#15904c

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

Shades of Salem #15904C

Tints of Salem #15904C

Color information

#15904C (or 0x15904C) is unknown color: approx Salem. HEX triplet: 15, 90 and 4C. RGB value is (21,144,76). Sum of RGB (Red+Green+Blue) = 21+144+76=241 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.71% from 241); Green value is 144 (56.64% from 255 or 59.75% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 144 - color contains mainly: green. Hex color #15904C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15904C is #EA6FB3. Grayscale: #636363. Windows color (decimal): -15364020 or 5017621. OLE color: 5017621.

HSL color Cylindrical-coordinate representation of color #15904C: hue angle of 146.83º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15904C is Cyan = 0.85, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.

Color convert

RGB2114476-
CMYK0.8500.470.44
HSL146.83º74.55%32.35%-
HSV(B)146.83º85.42%56.47%-
XYZ11.5920.6310.21-
YUV99.47114.7572.03-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.71%
GREEN value IS 144 (56.64% from 255) = 59.75%
BLUE value IS 76 (30.08% from 255) = 31.54%
R=8.71%
G=59.75%
B=31.54%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21144760.8500.470.44146.8374.5532.35
Hex15904C5502F2C934b20
Octal252201141250575422311340
Binary1010110010000100110010101010101111101100100100111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15904c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15904c; }

 p { color: rgb(21,144,76); }

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

<style>
 a { background-color: #15904c; }

 a { background-color: rgb(21,144,76); }

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

<style>
 span { border-color: #15904c; }

 span { border-color: rgb(21,144,76); }

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