#072410

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

Shades of Dark Green #072410

Tints of Dark Green #072410

Color information

#072410 (or 0x072410) is unknown color: approx Dark Green. HEX triplet: 07, 24 and 10. RGB value is (7,36,16). Sum of RGB (Red+Green+Blue) = 7+36+16=59 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.86% from 59); Green value is 36 (14.45% from 255 or 61.02% from 59); Blue value is 16 (6.64% from 255 or 27.12% from 59); Max value from RGB is 36 - color contains mainly: green. Hex color #072410 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072410 is #F8DBEF. Grayscale: #191919. Windows color (decimal): -16309232 or 1057799. OLE color: 1057799.

HSL color Cylindrical-coordinate representation of color #072410: hue angle of 138.62º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #072410 is Cyan = 0.81, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.86.

Color convert

RGB73616-
CMYK0.8100.560.86
HSL138.62º67.44%8.43%-
HSV(B)138.62º80.56%14.12%-
XYZ0.811.340.71-
YUV25.05122.89115.13-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 11.86%
GREEN value IS 36 (14.45% from 255) = 61.02%
BLUE value IS 16 (6.64% from 255) = 27.12%
R=11.86%
G=61.02%
B=27.12%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal736160.8100.560.86138.6267.448.43
Hex7241051038568b438
Octal7442012107012621310310
Binary111100100100001010001011100010101101000101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072410; }

 p { color: rgb(7,36,16); }

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

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

 a { background-color: rgb(7,36,16); }

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

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

 span { border-color: rgb(7,36,16); }

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