#15834E

Color #15834E Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #15834E

Tints of Salem #15834E

Color information

#15834E (or 0x15834E) is unknown color: approx Salem. HEX triplet: 15, 83 and 4E. RGB value is (21,131,78). Sum of RGB (Red+Green+Blue) = 21+131+78=230 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.13% from 230); Green value is 131 (51.56% from 255 or 56.96% from 230); Blue value is 78 (30.86% from 255 or 33.91% from 230); Max value from RGB is 131 - color contains mainly: green. Hex color #15834E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15834E is #EA7CB1. Grayscale: #5C5C5C. Windows color (decimal): -15367346 or 5145365. OLE color: 5145365.

HSL color Cylindrical-coordinate representation of color #15834E: hue angle of 151.09º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #15834E is Cyan = 0.84, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB2113178-
CMYK0.8400.400.49
HSL151.09º72.37%29.8%-
HSV(B)151.09º83.97%51.37%-
XYZ9.816.949.96-
YUV92.07120.0677.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 21 (8.59% from 255) = 9.13%
GREEN value IS 131 (51.56% from 255) = 56.96%
BLUE value IS 78 (30.86% from 255) = 33.91%
R=9.13%
G=56.96%
B=33.91%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal21131780.8400.400.49151.0972.3729.8
Hex15834E540283197481e
Octal252031161240506122711036
Binary101011000001110011101010100010100011000110010111100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15834E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15834E; }

 p { color: rgb(21,131,78); }

 H1.HeaderClassName
 {
   color: #15834E;
 }
 .AnyTagClassName
 {
   color: #15834E;
 }
</style>
background-color css

<style>
 a { background-color: #15834E; }

 a { background-color: rgb(21,131,78); }

 div.DivClassName
 {
   background-color: #15834E;
 }
 .BgClassName
 {
   background-color: #15834E;
 }
</style>
border-color css

<style>
 span { border-color: #15834E; }

 span { border-color: rgb(21,131,78); }

 td.TdClassName
 {
   border-color: #15834E;
 }
 .TagClassName
 {
   border-color: #15834E;
 }
</style>