#051B11

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

Shades of Dark Green #051B11

Tints of Dark Green #051B11

Color information

#051B11 (or 0x051B11) is unknown color: approx Dark Green. HEX triplet: 05, 1B and 11. RGB value is (5,27,17). Sum of RGB (Red+Green+Blue) = 5+27+17=49 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.20% from 49); Green value is 27 (10.94% from 255 or 55.10% from 49); Blue value is 17 (7.03% from 255 or 34.69% from 49); Max value from RGB is 27 - color contains mainly: green. Hex color #051B11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051B11 is #FAE4EE. Grayscale: #131313. Windows color (decimal): -16442607 or 1121029. OLE color: 1121029.

HSL color Cylindrical-coordinate representation of color #051B11: hue angle of 152.73º degrees, saturation: 0.69, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #051B11 is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.89.

Color convert

RGB52717-
CMYK0.8100.370.89
HSL152.73º68.75%6.27%-
HSV(B)152.73º81.48%10.59%-
XYZ0.560.860.67-
YUV19.28126.71117.81-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10.20%
GREEN value IS 27 (10.94% from 255) = 55.10%
BLUE value IS 17 (7.03% from 255) = 34.69%
R=10.20%
G=55.10%
B=34.69%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal527170.8100.370.89152.7368.756.27
Hex51B11510255999456
Octal533211210451312311056
Binary1011101110001101000101001011011001100110011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051B11; }

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

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

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

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

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

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

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

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