#15924A

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

Shades of Salem #15924A

Tints of Salem #15924A

Color information

#15924A (or 0x15924A) is unknown color: approx Salem. HEX triplet: 15, 92 and 4A. RGB value is (21,146,74). Sum of RGB (Red+Green+Blue) = 21+146+74=241 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.71% from 241); Green value is 146 (57.42% from 255 or 60.58% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 146 - color contains mainly: green. Hex color #15924A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15924A is #EA6DB5. Grayscale: #646464. Windows color (decimal): -15363510 or 4887061. OLE color: 4887061.

HSL color Cylindrical-coordinate representation of color #15924A: hue angle of 145.44º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #15924A is Cyan = 0.86, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB2114674-
CMYK0.8600.490.43
HSL145.44º74.85%32.75%-
HSV(B)145.44º85.62%57.25%-
XYZ11.8221.219.95-
YUV100.42113.0971.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.71%
GREEN value IS 146 (57.42% from 255) = 60.58%
BLUE value IS 74 (29.30% from 255) = 30.71%
R=8.71%
G=60.58%
B=30.71%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal21146740.8600.490.43145.4474.8532.75
Hex15924A560312B914b21
Octal252221121260615322111341
Binary1010110010010100101010101100110001101011100100011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15924A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15924A; }

 p { color: rgb(21,146,74); }

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

<style>
 a { background-color: #15924A; }

 a { background-color: rgb(21,146,74); }

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

<style>
 span { border-color: #15924A; }

 span { border-color: rgb(21,146,74); }

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