#13956E

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

Shades of Elf Green #13956E

Tints of Elf Green #13956E

Color information

#13956E (or 0x13956E) is unknown color: approx Elf Green. HEX triplet: 13, 95 and 6E. RGB value is (19,149,110). Sum of RGB (Red+Green+Blue) = 19+149+110=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 149 (58.59% from 255 or 53.60% from 278); Blue value is 110 (43.36% from 255 or 39.57% from 278); Max value from RGB is 149 - color contains mainly: green. Hex color #13956E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13956E is #EC6A91. Grayscale: #696969. Windows color (decimal): -15493778 or 7247123. OLE color: 7247123.

HSL color Cylindrical-coordinate representation of color #13956E: hue angle of 162º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13956E is Cyan = 0.87, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB19149110-
CMYK0.8700.260.42
HSL162º77.38%32.94%-
HSV(B)162º87.25%58.43%-
XYZ13.8322.7618.42-
YUV105.68130.4366.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.83%
GREEN value IS 149 (58.59% from 255) = 53.60%
BLUE value IS 110 (43.36% from 255) = 39.57%
R=6.83%
G=53.60%
B=39.57%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal191491100.8700.260.4216277.3832.94
Hex13956E5701A2Aa24d21
Octal232251561270325224211541
Binary100111001010111011101010111011010101010101000101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13956E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13956E; }

 p { color: rgb(19,149,110); }

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

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

 a { background-color: rgb(19,149,110); }

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

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

 span { border-color: rgb(19,149,110); }

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