#15944B

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

Shades of Salem #15944B

Tints of Salem #15944B

Color information

#15944B (or 0x15944B) is unknown color: approx Salem. HEX triplet: 15, 94 and 4B. RGB value is (21,148,75). Sum of RGB (Red+Green+Blue) = 21+148+75=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 148 (58.20% from 255 or 60.66% from 244); Blue value is 75 (29.69% from 255 or 30.74% from 244); Max value from RGB is 148 - color contains mainly: green. Hex color #15944B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15944B is #EA6BB4. Grayscale: #656565. Windows color (decimal): -15362997 or 4953109. OLE color: 4953109.

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

Color convert

RGB2114875-
CMYK0.8600.490.42
HSL145.51º75.15%33.14%-
HSV(B)145.51º85.81%58.04%-
XYZ12.1721.8510.23-
YUV101.7112.9270.44-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.61%
GREEN value IS 148 (58.20% from 255) = 60.66%
BLUE value IS 75 (29.69% from 255) = 30.74%
R=8.61%
G=60.66%
B=30.74%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal21148750.8600.490.42145.5175.1533.14
Hex15944B560312A924b21
Octal252241131260615222211341
Binary1010110010100100101110101100110001101010100100101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15944B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15944B; }

 p { color: rgb(21,148,75); }

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

<style>
 a { background-color: #15944B; }

 a { background-color: rgb(21,148,75); }

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

<style>
 span { border-color: #15944B; }

 span { border-color: rgb(21,148,75); }

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