#052720

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

Shades of Dark Green #052720

Tints of Dark Green #052720

Color information

#052720 (or 0x052720) is unknown color: approx Dark Green. HEX triplet: 05, 27 and 20. RGB value is (5,39,32). Sum of RGB (Red+Green+Blue) = 5+39+32=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 39 (15.62% from 255 or 51.32% from 76); Blue value is 32 (12.89% from 255 or 42.11% from 76); Max value from RGB is 39 - color contains mainly: green. Hex color #052720 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052720 is #FAD8DF. Grayscale: #1C1C1C. Windows color (decimal): -16439520 or 2107141. OLE color: 2107141.

HSL color Cylindrical-coordinate representation of color #052720: hue angle of 167.65º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #052720 is Cyan = 0.87, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.85.

Color convert

RGB53932-
CMYK0.8700.180.85
HSL167.65º77.27%8.63%-
HSV(B)167.65º87.18%15.29%-
XYZ1.051.591.62-
YUV28.04130.24111.57-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.58%
GREEN value IS 39 (15.62% from 255) = 51.32%
BLUE value IS 32 (12.89% from 255) = 42.11%
R=6.58%
G=51.32%
B=42.11%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal539320.8700.180.85167.6577.278.63
Hex527205701255a84d9
Octal5474012702212525011511
Binary101100111100000101011101001010101011010100010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052720; }

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

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

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

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

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

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

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

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