#072521

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

Shades of Dark Green #072521

Tints of Dark Green #072521

Color information

#072521 (or 0x072521) is unknown color: approx Dark Green. HEX triplet: 07, 25 and 21. RGB value is (7,37,33). Sum of RGB (Red+Green+Blue) = 7+37+33=77 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.09% from 77); Green value is 37 (14.84% from 255 or 48.05% from 77); Blue value is 33 (13.28% from 255 or 42.86% from 77); Max value from RGB is 37 - color contains mainly: green. Hex color #072521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072521 is #F8DADE. Grayscale: #1B1B1B. Windows color (decimal): -16308959 or 2172167. OLE color: 2172167.

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

Color convert

RGB73733-
CMYK0.8100.110.85
HSL172º68.18%8.63%-
HSV(B)172º81.08%14.51%-
XYZ1.021.481.67-
YUV27.57131.06113.33-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.09%
GREEN value IS 37 (14.84% from 255) = 48.05%
BLUE value IS 33 (13.28% from 255) = 42.86%
R=9.09%
G=48.05%
B=42.86%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal737330.8100.110.8517268.188.63
Hex72521510B55ac449
Octal7454112101312525410411
Binary11110010110000110100010101110101011010110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072521; }

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

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

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

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

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

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

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

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