#13866F

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

Shades of Elf Green #13866F

Tints of Elf Green #13866F

Color information

#13866F (or 0x13866F) is unknown color: approx Elf Green. HEX triplet: 13, 86 and 6F. RGB value is (19,134,111). Sum of RGB (Red+Green+Blue) = 19+134+111=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 134 (52.73% from 255 or 50.76% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 134 - color contains mainly: green. Hex color #13866F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13866F is #EC7990. Grayscale: #606060. Windows color (decimal): -15497617 or 7308819. OLE color: 7308819.

HSL color Cylindrical-coordinate representation of color #13866F: hue angle of 168º 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 #13866F is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB19134111-
CMYK0.8600.170.47
HSL168º75.16%30%-
HSV(B)168º85.82%52.55%-
XYZ11.6618.3417.96-
YUV96.99135.972.37-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.20%
GREEN value IS 134 (52.73% from 255) = 50.76%
BLUE value IS 111 (43.75% from 255) = 42.05%
R=7.20%
G=50.76%
B=42.05%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal191341110.8600.170.4716875.1630
Hex13866F560112Fa84b1e
Octal232061571260215725011336
Binary10011100001101101111101011001000110111110101000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13866F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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