#072520

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

Shades of Dark Green #072520

Tints of Dark Green #072520

Color information

#072520 (or 0x072520) is unknown color: approx Dark Green. HEX triplet: 07, 25 and 20. RGB value is (7,37,32). Sum of RGB (Red+Green+Blue) = 7+37+32=76 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.21% from 76); Green value is 37 (14.84% from 255 or 48.68% from 76); Blue value is 32 (12.89% from 255 or 42.11% from 76); Max value from RGB is 37 - color contains mainly: green. Hex color #072520 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072520 is #F8DADF. Grayscale: #1B1B1B. Windows color (decimal): -16308960 or 2106631. OLE color: 2106631.

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

Color convert

RGB73732-
CMYK0.8100.140.85
HSL170º68.18%8.63%-
HSV(B)170º81.08%14.51%-
XYZ1.011.471.6-
YUV27.46130.56113.41-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.21%
GREEN value IS 37 (14.84% from 255) = 48.68%
BLUE value IS 32 (12.89% from 255) = 42.11%
R=9.21%
G=48.68%
B=42.11%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal737320.8100.140.8517068.188.63
Hex72520510E55aa449
Octal7454012101612525210411
Binary11110010110000010100010111010101011010101010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072520; }

 p { color: rgb(7,37,32); }

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

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

 a { background-color: rgb(7,37,32); }

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

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

 span { border-color: rgb(7,37,32); }

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