#05110A

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

Shades of Dark Green #05110A

Tints of Dark Green #05110A

Color information

#05110A (or 0x05110A) is unknown color: approx Dark Green. HEX triplet: 05, 11 and 0A. RGB value is (5,17,10). Sum of RGB (Red+Green+Blue) = 5+17+10=32 (4% of max value = 765). Red value is 5 (2.34% from 255 or 15.62% from 32); Green value is 17 (7.03% from 255 or 53.12% from 32); Blue value is 10 (4.30% from 255 or 31.25% from 32); Max value from RGB is 17 - color contains mainly: green. Hex color #05110A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05110A is #FAEEF5. Grayscale: #0C0C0C. Windows color (decimal): -16445174 or 659717. OLE color: 659717.

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

Color convert

RGB51710-
CMYK0.7100.410.93
HSL145º54.55%4.31%-
HSV(B)145º70.59%6.67%-
XYZ0.320.460.36-
YUV12.61126.52122.57-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 15.62%
GREEN value IS 17 (7.03% from 255) = 53.12%
BLUE value IS 10 (4.30% from 255) = 31.25%
R=15.62%
G=53.12%
B=31.25%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal517100.7100.410.9314554.554.31
Hex511A470295D91374
Octal52112107051135221674
Binary10110001101010001110101001101110110010001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05110A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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