#15944c

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

Shades of Salem #15944C

Tints of Salem #15944C

Color information

#15944C (or 0x15944C) is unknown color: approx Salem. HEX triplet: 15, 94 and 4C. RGB value is (21,148,76). Sum of RGB (Red+Green+Blue) = 21+148+76=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 148 (58.20% from 255 or 60.41% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 148 - color contains mainly: green. Hex color #15944C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15944C is #EA6BB3. Grayscale: #656565. Windows color (decimal): -15362996 or 5018645. OLE color: 5018645.

HSL color Cylindrical-coordinate representation of color #15944C: hue angle of 145.98º 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 #15944C is Cyan = 0.86, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB2114876-
CMYK0.8600.490.42
HSL145.98º75.15%33.14%-
HSV(B)145.98º85.81%58.04%-
XYZ12.221.8610.41-
YUV101.82113.4270.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.57%
GREEN value IS 148 (58.20% from 255) = 60.41%
BLUE value IS 76 (30.08% from 255) = 31.02%
R=8.57%
G=60.41%
B=31.02%

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
Decimal21148760.8600.490.42145.9875.1533.14
Hex15944C560312A924b21
Octal252241141260615222211341
Binary1010110010100100110010101100110001101010100100101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15944c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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