#13966D

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

Shades of Elf Green #13966D

Tints of Elf Green #13966D

Color information

#13966D (or 0x13966D) is unknown color: approx Elf Green. HEX triplet: 13, 96 and 6D. RGB value is (19,150,109). Sum of RGB (Red+Green+Blue) = 19+150+109=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 150 (58.98% from 255 or 53.96% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 150 - color contains mainly: green. Hex color #13966D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13966D is #EC6992. Grayscale: #6A6A6A. Windows color (decimal): -15493523 or 7181843. OLE color: 7181843.

HSL color Cylindrical-coordinate representation of color #13966D: hue angle of 161.22º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13966D is Cyan = 0.87, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB19150109-
CMYK0.8700.270.41
HSL161.22º77.51%33.14%-
HSV(B)161.22º87.33%58.82%-
XYZ13.9423.0618.18-
YUV106.16129.665.83-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.83%
GREEN value IS 150 (58.98% from 255) = 53.96%
BLUE value IS 109 (42.97% from 255) = 39.21%
R=6.83%
G=53.96%
B=39.21%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal191501090.8700.270.41161.2277.5133.14
Hex13966D5701B29a14e21
Octal232261551270335124111641
Binary100111001011011011011010111011011101001101000011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13966D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13966D; }

 p { color: rgb(19,150,109); }

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

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

 a { background-color: rgb(19,150,109); }

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

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

 span { border-color: rgb(19,150,109); }

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