#072511

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

Shades of Dark Green #072511

Tints of Dark Green #072511

Color information

#072511 (or 0x072511) is unknown color: approx Dark Green. HEX triplet: 07, 25 and 11. RGB value is (7,37,17). Sum of RGB (Red+Green+Blue) = 7+37+17=61 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.48% from 61); Green value is 37 (14.84% from 255 or 60.66% from 61); Blue value is 17 (7.03% from 255 or 27.87% from 61); Max value from RGB is 37 - color contains mainly: green. Hex color #072511 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072511 is #F8DAEE. Grayscale: #191919. Windows color (decimal): -16308975 or 1123591. OLE color: 1123591.

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

Color convert

RGB73717-
CMYK0.8100.540.85
HSL140º68.18%8.63%-
HSV(B)140º81.08%14.51%-
XYZ0.851.410.76-
YUV25.75123.06114.63-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 11.48%
GREEN value IS 37 (14.84% from 255) = 60.66%
BLUE value IS 17 (7.03% from 255) = 27.87%
R=11.48%
G=60.66%
B=27.87%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal737170.8100.540.8514068.188.63
Hex7251151036558c449
Octal7452112106612521410411
Binary111100101100011010001011011010101011000110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072511; }

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

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

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

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

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

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

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

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