#072216

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

Shades of Dark Green #072216

Tints of Dark Green #072216

Color information

#072216 (or 0x072216) is unknown color: approx Dark Green. HEX triplet: 07, 22 and 16. RGB value is (7,34,22). Sum of RGB (Red+Green+Blue) = 7+34+22=63 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.11% from 63); Green value is 34 (13.67% from 255 or 53.97% from 63); Blue value is 22 (8.98% from 255 or 34.92% from 63); Max value from RGB is 34 - color contains mainly: green. Hex color #072216 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072216 is #F8DDE9. Grayscale: #181818. Windows color (decimal): -16309738 or 1450503. OLE color: 1450503.

HSL color Cylindrical-coordinate representation of color #072216: hue angle of 153.33º degrees, saturation: 0.66, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #072216 is Cyan = 0.79, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.87.

Color convert

RGB73422-
CMYK0.7900.350.87
HSL153.33º65.85%8.04%-
HSV(B)153.33º79.41%13.33%-
XYZ0.81.250.96-
YUV24.56126.55115.48-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 11.11%
GREEN value IS 34 (13.67% from 255) = 53.97%
BLUE value IS 22 (8.98% from 255) = 34.92%
R=11.11%
G=53.97%
B=34.92%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal734220.7900.350.87153.3365.858.04
Hex722164F0235799428
Octal7422611704312723110210
Binary111100010101101001111010001110101111001100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072216; }

 p { color: rgb(7,34,22); }

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

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

 a { background-color: rgb(7,34,22); }

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

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

 span { border-color: rgb(7,34,22); }

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