#052916

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

Shades of Dark Green #052916

Tints of Dark Green #052916

Color information

#052916 (or 0x052916) is unknown color: approx Dark Green. HEX triplet: 05, 29 and 16. RGB value is (5,41,22). Sum of RGB (Red+Green+Blue) = 5+41+22=68 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.35% from 68); Green value is 41 (16.41% from 255 or 60.29% from 68); Blue value is 22 (8.98% from 255 or 32.35% from 68); Max value from RGB is 41 - color contains mainly: green. Hex color #052916 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052916 is #FAD6E9. Grayscale: #1C1C1C. Windows color (decimal): -16439018 or 1452293. OLE color: 1452293.

HSL color Cylindrical-coordinate representation of color #052916: hue angle of 148.33º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #052916 is Cyan = 0.88, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.84.

Color convert

RGB54122-
CMYK0.8800.460.84
HSL148.33º78.26%9.02%-
HSV(B)148.33º87.8%16.08%-
XYZ11.681.03-
YUV28.07124.57111.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.35%
GREEN value IS 41 (16.41% from 255) = 60.29%
BLUE value IS 22 (8.98% from 255) = 32.35%
R=7.35%
G=60.29%
B=32.35%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal541220.8800.460.84148.3378.269.02
Hex529165802E54944e9
Octal5512613005612422411611
Binary101101001101101011000010111010101001001010010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052916; }

 p { color: rgb(5,41,22); }

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

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

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

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

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

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

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