#13866E

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

Shades of Elf Green #13866E

Tints of Elf Green #13866E

Color information

#13866E (or 0x13866E) is unknown color: approx Elf Green. HEX triplet: 13, 86 and 6E. RGB value is (19,134,110). Sum of RGB (Red+Green+Blue) = 19+134+110=263 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.22% from 263); Green value is 134 (52.73% from 255 or 50.95% from 263); Blue value is 110 (43.36% from 255 or 41.83% from 263); Max value from RGB is 134 - color contains mainly: green. Hex color #13866E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13866E is #EC7991. Grayscale: #606060. Windows color (decimal): -15497618 or 7243283. OLE color: 7243283.

HSL color Cylindrical-coordinate representation of color #13866E: hue angle of 167.48º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13866E is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB19134110-
CMYK0.8600.180.47
HSL167.48º75.16%30%-
HSV(B)167.48º85.82%52.55%-
XYZ11.6118.3117.68-
YUV96.88135.472.45-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.22%
GREEN value IS 134 (52.73% from 255) = 50.95%
BLUE value IS 110 (43.36% from 255) = 41.83%
R=7.22%
G=50.95%
B=41.83%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal191341100.8600.180.47167.4875.1630
Hex13866E560122Fa74b1e
Octal232061561260225724711336
Binary10011100001101101110101011001001010111110100111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13866E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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