#072725

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

Shades of Dark Green #072725

Tints of Dark Green #072725

Color information

#072725 (or 0x072725) is unknown color: approx Dark Green. HEX triplet: 07, 27 and 25. RGB value is (7,39,37). Sum of RGB (Red+Green+Blue) = 7+39+37=83 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.43% from 83); Green value is 39 (15.62% from 255 or 46.99% from 83); Blue value is 37 (14.84% from 255 or 44.58% from 83); Max value from RGB is 39 - color contains mainly: green. Hex color #072725 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072725 is #F8D8DA. Grayscale: #1D1D1D. Windows color (decimal): -16308443 or 2434823. OLE color: 2434823.

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

Color convert

RGB73937-
CMYK0.8200.050.85
HSL176.25º69.57%9.02%-
HSV(B)176.25º82.05%15.29%-
XYZ1.151.632-
YUV29.2132.4112.16-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.43%
GREEN value IS 39 (15.62% from 255) = 46.99%
BLUE value IS 37 (14.84% from 255) = 44.58%
R=8.43%
G=46.99%
B=44.58%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal739370.8200.050.85176.2569.579.02
Hex72725520555b0469
Octal747451220512526010611
Binary1111001111001011010010010110101011011000010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072725; }

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

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

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

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

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

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

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

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