#15904A

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

Shades of Salem #15904A

Tints of Salem #15904A

Color information

#15904A (or 0x15904A) is unknown color: approx Salem. HEX triplet: 15, 90 and 4A. RGB value is (21,144,74). Sum of RGB (Red+Green+Blue) = 21+144+74=239 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.79% from 239); Green value is 144 (56.64% from 255 or 60.25% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 144 - color contains mainly: green. Hex color #15904A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15904A is #EA6FB5. Grayscale: #636363. Windows color (decimal): -15364022 or 4886549. OLE color: 4886549.

HSL color Cylindrical-coordinate representation of color #15904A: hue angle of 145.85º 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 #15904A is Cyan = 0.85, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB2114474-
CMYK0.8500.490.44
HSL145.85º74.55%32.35%-
HSV(B)145.85º85.42%56.47%-
XYZ11.5220.69.85-
YUV99.24113.7572.19-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.79%
GREEN value IS 144 (56.64% from 255) = 60.25%
BLUE value IS 74 (29.30% from 255) = 30.96%
R=8.79%
G=60.25%
B=30.96%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21144740.8500.490.44145.8574.5532.35
Hex15904A550312C924b20
Octal252201121250615422211340
Binary1010110010000100101010101010110001101100100100101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15904A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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