#05110E

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

Shades of Dark Green #05110E

Tints of Dark Green #05110E

Color information

#05110E (or 0x05110E) is unknown color: approx Dark Green. HEX triplet: 05, 11 and 0E. RGB value is (5,17,14). Sum of RGB (Red+Green+Blue) = 5+17+14=36 (4% of max value = 765). Red value is 5 (2.34% from 255 or 13.89% from 36); Green value is 17 (7.03% from 255 or 47.22% from 36); Blue value is 14 (5.86% from 255 or 38.89% from 36); Max value from RGB is 17 - color contains mainly: green. Hex color #05110E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05110E is #FAEEF1. Grayscale: #0D0D0D. Windows color (decimal): -16445170 or 921861. OLE color: 921861.

HSL color Cylindrical-coordinate representation of color #05110E: hue angle of 165º degrees, saturation: 0.55, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #05110E is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.93.

Color convert

RGB51714-
CMYK0.7100.180.93
HSL165º54.55%4.31%-
HSV(B)165º70.59%6.67%-
XYZ0.340.460.49-
YUV13.07128.52122.24-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 13.89%
GREEN value IS 17 (7.03% from 255) = 47.22%
BLUE value IS 14 (5.86% from 255) = 38.89%
R=13.89%
G=47.22%
B=38.89%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal517140.7100.180.9316554.554.31
Hex511E470125Da5374
Octal52116107022135245674
Binary1011000111101000111010010101110110100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05110E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,17,14); }

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

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

 a { background-color: rgb(5,17,14); }

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

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

 span { border-color: rgb(5,17,14); }

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