#158376

Color #158376 Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #158376

Tints of Elf Green #158376

Color information

#158376 (or 0x158376) is unknown color: approx Elf Green. HEX triplet: 15, 83 and 76. RGB value is (21,131,118). Sum of RGB (Red+Green+Blue) = 21+131+118=270 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.78% from 270); Green value is 131 (51.56% from 255 or 48.52% from 270); Blue value is 118 (46.48% from 255 or 43.70% from 270); Max value from RGB is 131 - color contains mainly: green. Hex color #158376 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158376 is #EA7C89. Grayscale: #606060. Windows color (decimal): -15367306 or 7766805. OLE color: 7766805.

HSL color Cylindrical-coordinate representation of color #158376: hue angle of 172.91º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #158376 is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB21131118-
CMYK0.8400.100.49
HSL172.91º72.37%29.8%-
HSV(B)172.91º83.97%51.37%-
XYZ11.717.719.94-
YUV96.63140.0674.06-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.78%
GREEN value IS 131 (51.56% from 255) = 48.52%
BLUE value IS 118 (46.48% from 255) = 43.70%
R=7.78%
G=48.52%
B=43.70%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal211311180.8400.100.49172.9172.3729.8
Hex158376540A31ad481e
Octal252031661240126125511036
Binary1010110000011111011010101000101011000110101101100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158376; }

 p { color: rgb(21,131,118); }

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

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

 a { background-color: rgb(21,131,118); }

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

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

 span { border-color: rgb(21,131,118); }

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