#051111

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

Shades of Dark Green #051111

Tints of Dark Green #051111

Color information

#051111 (or 0x051111) is unknown color: approx Dark Green. HEX triplet: 05, 11 and 11. RGB value is (5,17,17). Sum of RGB (Red+Green+Blue) = 5+17+17=39 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.82% from 39); Green value is 17 (7.03% from 255 or 43.59% from 39); Blue value is 17 (7.03% from 255 or 43.59% from 39); Max value from RGB is 17 - color contains mainly: green, blue. Hex color #051111 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051111 is #FAEEEE. Grayscale: #0D0D0D. Windows color (decimal): -16445167 or 1118469. OLE color: 1118469.

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

Color convert

RGB51717-
CMYK0.71000.93
HSL180º54.55%4.31%-
HSV(B)180º70.59%6.67%-
XYZ0.360.470.6-
YUV13.41130.02122-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 12.82%
GREEN value IS 17 (7.03% from 255) = 43.59%
BLUE value IS 17 (7.03% from 255) = 43.59%
R=12.82%
G=43.59%
B=43.59%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal517170.71000.9318054.554.31
Hex5111147005Db4374
Octal5212110700135264674
Binary1011000110001100011100101110110110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051111; }

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

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

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

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

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

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

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

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