#072518

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

Shades of Dark Green #072518

Tints of Dark Green #072518

Color information

#072518 (or 0x072518) is unknown color: approx Dark Green. HEX triplet: 07, 25 and 18. RGB value is (7,37,24). Sum of RGB (Red+Green+Blue) = 7+37+24=68 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10.29% from 68); Green value is 37 (14.84% from 255 or 54.41% from 68); Blue value is 24 (9.77% from 255 or 35.29% from 68); Max value from RGB is 37 - color contains mainly: green. Hex color #072518 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072518 is #F8DAE7. Grayscale: #1A1A1A. Windows color (decimal): -16308968 or 1582343. OLE color: 1582343.

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

Color convert

RGB73724-
CMYK0.8100.350.85
HSL154º68.18%8.63%-
HSV(B)154º81.08%14.51%-
XYZ0.911.431.09-
YUV26.55126.56114.06-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.29%
GREEN value IS 37 (14.84% from 255) = 54.41%
BLUE value IS 24 (9.77% from 255) = 35.29%
R=10.29%
G=54.41%
B=35.29%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal737240.8100.350.8515468.188.63
Hex7251851023559a449
Octal7453012104312523210411
Binary111100101110001010001010001110101011001101010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072518; }

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

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

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

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

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

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

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

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