#052212

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

Shades of Dark Green #052212

Tints of Dark Green #052212

Color information

#052212 (or 0x052212) is unknown color: approx Dark Green. HEX triplet: 05, 22 and 12. RGB value is (5,34,18). Sum of RGB (Red+Green+Blue) = 5+34+18=57 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.77% from 57); Green value is 34 (13.67% from 255 or 59.65% from 57); Blue value is 18 (7.42% from 255 or 31.58% from 57); Max value from RGB is 34 - color contains mainly: green. Hex color #052212 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052212 is #FADDED. Grayscale: #171717. Windows color (decimal): -16440814 or 1188357. OLE color: 1188357.

HSL color Cylindrical-coordinate representation of color #052212: hue angle of 146.9º 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 #052212 is Cyan = 0.85, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.87.

Color convert

RGB53418-
CMYK0.8500.470.87
HSL146.9º74.36%7.65%-
HSV(B)146.9º85.29%13.33%-
XYZ0.741.220.77-
YUV23.5124.89114.8-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.77%
GREEN value IS 34 (13.67% from 255) = 59.65%
BLUE value IS 18 (7.42% from 255) = 31.58%
R=8.77%
G=59.65%
B=31.58%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal534180.8500.470.87146.974.367.65
Hex522125502F57934a8
Octal5422212505712722311210
Binary101100010100101010101010111110101111001001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052212; }

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

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

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

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

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

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

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

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