#05200C

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

Shades of Dark Green #05200C

Tints of Dark Green #05200C

Color information

#05200C (or 0x05200C) is unknown color: approx Dark Green. HEX triplet: 05, 20 and 0C. RGB value is (5,32,12). Sum of RGB (Red+Green+Blue) = 5+32+12=49 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.20% from 49); Green value is 32 (12.89% from 255 or 65.31% from 49); Blue value is 12 (5.08% from 255 or 24.49% from 49); Max value from RGB is 32 - color contains mainly: green. Hex color #05200C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05200C is #FADFF3. Grayscale: #151515. Windows color (decimal): -16441332 or 794629. OLE color: 794629.

HSL color Cylindrical-coordinate representation of color #05200C: hue angle of 135.56º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #05200C is Cyan = 0.84, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.87.

Color convert

RGB53212-
CMYK0.8400.630.87
HSL135.56º72.97%7.25%-
HSV(B)135.56º84.38%12.55%-
XYZ0.651.090.52-
YUV21.65122.55116.13-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10.20%
GREEN value IS 32 (12.89% from 255) = 65.31%
BLUE value IS 12 (5.08% from 255) = 24.49%
R=10.20%
G=65.31%
B=24.49%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal532120.8400.630.87135.5672.977.25
Hex520C5403F5788497
Octal540141240771272101117
Binary1011000001100101010001111111010111100010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05200C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05200C; }

 p { color: rgb(5,32,12); }

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

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

 a { background-color: rgb(5,32,12); }

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

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

 span { border-color: rgb(5,32,12); }

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