#052210

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

Shades of Dark Green #052210

Tints of Dark Green #052210

Color information

#052210 (or 0x052210) is unknown color: approx Dark Green. HEX triplet: 05, 22 and 10. RGB value is (5,34,16). Sum of RGB (Red+Green+Blue) = 5+34+16=55 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.09% from 55); Green value is 34 (13.67% from 255 or 61.82% from 55); Blue value is 16 (6.64% from 255 or 29.09% from 55); Max value from RGB is 34 - color contains mainly: green. Hex color #052210 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052210 is #FADDEF. Grayscale: #171717. Windows color (decimal): -16440816 or 1057285. OLE color: 1057285.

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

Color convert

RGB53416-
CMYK0.8500.530.87
HSL142.76º74.36%7.65%-
HSV(B)142.76º85.29%13.33%-
XYZ0.731.210.69-
YUV23.28123.89114.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.09%
GREEN value IS 34 (13.67% from 255) = 61.82%
BLUE value IS 16 (6.64% from 255) = 29.09%
R=9.09%
G=61.82%
B=29.09%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal534160.8500.530.87142.7674.367.65
Hex5221055035578f4a8
Octal5422012506512721711210
Binary101100010100001010101011010110101111000111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052210; }

 p { color: rgb(5,34,16); }

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

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

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

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

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

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

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