#13956F

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

Shades of Elf Green #13956F

Tints of Elf Green #13956F

Color information

#13956F (or 0x13956F) is unknown color: approx Elf Green. HEX triplet: 13, 95 and 6F. RGB value is (19,149,111). Sum of RGB (Red+Green+Blue) = 19+149+111=279 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.81% from 279); Green value is 149 (58.59% from 255 or 53.41% from 279); Blue value is 111 (43.75% from 255 or 39.78% from 279); Max value from RGB is 149 - color contains mainly: green. Hex color #13956F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13956F is #EC6A90. Grayscale: #696969. Windows color (decimal): -15493777 or 7312659. OLE color: 7312659.

HSL color Cylindrical-coordinate representation of color #13956F: hue angle of 162.46º 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 #13956F is Cyan = 0.87, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB19149111-
CMYK0.8700.260.42
HSL162.46º77.38%32.94%-
HSV(B)162.46º87.25%58.43%-
XYZ13.8922.7818.7-
YUV105.8130.9366.09-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.81%
GREEN value IS 149 (58.59% from 255) = 53.41%
BLUE value IS 111 (43.75% from 255) = 39.78%
R=6.81%
G=53.41%
B=39.78%

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
Decimal191491110.8700.260.42162.4677.3832.94
Hex13956F5701A2Aa24d21
Octal232251571270325224211541
Binary100111001010111011111010111011010101010101000101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13956F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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