#052111

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

Shades of Dark Green #052111

Tints of Dark Green #052111

Color information

#052111 (or 0x052111) is unknown color: approx Dark Green. HEX triplet: 05, 21 and 11. RGB value is (5,33,17). Sum of RGB (Red+Green+Blue) = 5+33+17=55 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.09% from 55); Green value is 33 (13.28% from 255 or 60% from 55); Blue value is 17 (7.03% from 255 or 30.91% from 55); Max value from RGB is 33 - color contains mainly: green. Hex color #052111 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052111 is #FADEEE. Grayscale: #161616. Windows color (decimal): -16441071 or 1122565. OLE color: 1122565.

HSL color Cylindrical-coordinate representation of color #052111: hue angle of 145.71º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #052111 is Cyan = 0.85, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.87.

Color convert

RGB53317-
CMYK0.8500.480.87
HSL145.71º73.68%7.45%-
HSV(B)145.71º84.85%12.94%-
XYZ0.711.160.72-
YUV22.8124.72115.3-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.09%
GREEN value IS 33 (13.28% from 255) = 60%
BLUE value IS 17 (7.03% from 255) = 30.91%
R=9.09%
G=60%
B=30.91%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal533170.8500.480.87145.7173.687.45
Hex521115503057924a7
Octal541211250601272221127
Binary10110000110001101010101100001010111100100101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052111; }

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

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

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

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

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

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

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

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