#073120

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

Shades of Dark Green #073120

Tints of Dark Green #073120

Color information

#073120 (or 0x073120) is unknown color: approx Dark Green. HEX triplet: 07, 31 and 20. RGB value is (7,49,32). Sum of RGB (Red+Green+Blue) = 7+49+32=88 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.95% from 88); Green value is 49 (19.53% from 255 or 55.68% from 88); Blue value is 32 (12.89% from 255 or 36.36% from 88); Max value from RGB is 49 - color contains mainly: green. Hex color #073120 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073120 is #F8CEDF. Grayscale: #222222. Windows color (decimal): -16305888 or 2109703. OLE color: 2109703.

HSL color Cylindrical-coordinate representation of color #073120: hue angle of 155.71º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #073120 is Cyan = 0.86, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB74932-
CMYK0.8600.350.81
HSL155.71º75%10.98%-
HSV(B)155.71º85.71%19.22%-
XYZ1.452.351.74-
YUV34.5126.59108.38-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.95%
GREEN value IS 49 (19.53% from 255) = 55.68%
BLUE value IS 32 (12.89% from 255) = 36.36%
R=7.95%
G=55.68%
B=36.36%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal749320.8600.350.81155.717510.98
Hex7312056023519c4bb
Octal7614012604312123411313
Binary1111100011000001010110010001110100011001110010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073120; }

 p { color: rgb(7,49,32); }

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

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

 a { background-color: rgb(7,49,32); }

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

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

 span { border-color: rgb(7,49,32); }

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