#073122

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

Shades of Dark Green #073122

Tints of Dark Green #073122

Color information

#073122 (or 0x073122) is unknown color: approx Dark Green. HEX triplet: 07, 31 and 22. RGB value is (7,49,34). Sum of RGB (Red+Green+Blue) = 7+49+34=90 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.78% from 90); Green value is 49 (19.53% from 255 or 54.44% from 90); Blue value is 34 (13.67% from 255 or 37.78% from 90); Max value from RGB is 49 - color contains mainly: green. Hex color #073122 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073122 is #F8CEDD. Grayscale: #222222. Windows color (decimal): -16305886 or 2240775. OLE color: 2240775.

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

Color convert

RGB74934-
CMYK0.8600.310.81
HSL158.57º75%10.98%-
HSV(B)158.57º85.71%19.22%-
XYZ1.472.361.89-
YUV34.73127.59108.22-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.78%
GREEN value IS 49 (19.53% from 255) = 54.44%
BLUE value IS 34 (13.67% from 255) = 37.78%
R=7.78%
G=54.44%
B=37.78%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal749340.8600.310.81158.577510.98
Hex731225601F519f4bb
Octal7614212603712123711313
Binary111110001100010101011001111110100011001111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073122; }

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

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

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

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

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

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

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

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