#05110C

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

Shades of Dark Green #05110C

Tints of Dark Green #05110C

Color information

#05110C (or 0x05110C) is unknown color: approx Dark Green. HEX triplet: 05, 11 and 0C. RGB value is (5,17,12). Sum of RGB (Red+Green+Blue) = 5+17+12=34 (4% of max value = 765). Red value is 5 (2.34% from 255 or 14.71% from 34); Green value is 17 (7.03% from 255 or 50% from 34); Blue value is 12 (5.08% from 255 or 35.29% from 34); Max value from RGB is 17 - color contains mainly: green. Hex color #05110C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05110C is #FAEEF3. Grayscale: #0C0C0C. Windows color (decimal): -16445172 or 790789. OLE color: 790789.

HSL color Cylindrical-coordinate representation of color #05110C: hue angle of 155º 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 #05110C is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.93.

Color convert

RGB51712-
CMYK0.7100.290.93
HSL155º54.55%4.31%-
HSV(B)155º70.59%6.67%-
XYZ0.330.460.42-
YUV12.84127.52122.41-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 14.71%
GREEN value IS 17 (7.03% from 255) = 50%
BLUE value IS 12 (5.08% from 255) = 35.29%
R=14.71%
G=50%
B=35.29%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal517120.7100.290.9315554.554.31
Hex511C4701D5D9b374
Octal52114107035135233674
Binary1011000111001000111011101101110110011011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05110C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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