#13996D

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

Shades of Elf Green #13996D

Tints of Elf Green #13996D

Color information

#13996D (or 0x13996D) is unknown color: approx Elf Green. HEX triplet: 13, 99 and 6D. RGB value is (19,153,109). Sum of RGB (Red+Green+Blue) = 19+153+109=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 153 (60.16% from 255 or 54.45% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 153 - color contains mainly: green. Hex color #13996D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13996D is #EC6692. Grayscale: #6B6B6B. Windows color (decimal): -15492755 or 7182611. OLE color: 7182611.

HSL color Cylindrical-coordinate representation of color #13996D: hue angle of 160.3º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13996D is Cyan = 0.88, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB19153109-
CMYK0.8800.290.4
HSL160.3º77.91%33.73%-
HSV(B)160.3º87.58%60%-
XYZ14.4224.0318.35-
YUV107.92128.6164.58-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.76%
GREEN value IS 153 (60.16% from 255) = 54.45%
BLUE value IS 109 (42.97% from 255) = 38.79%
R=6.76%
G=54.45%
B=38.79%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal191531090.8800.290.4160.377.9133.73
Hex13996D5801D28a04e22
Octal232311551300355024011642
Binary100111001100111011011011000011101101000101000001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13996D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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