#073222

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

Shades of Dark Green #073222

Tints of Dark Green #073222

Color information

#073222 (or 0x073222) is unknown color: approx Dark Green. HEX triplet: 07, 32 and 22. RGB value is (7,50,34). Sum of RGB (Red+Green+Blue) = 7+50+34=91 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.69% from 91); Green value is 50 (19.92% from 255 or 54.95% from 91); Blue value is 34 (13.67% from 255 or 37.36% from 91); Max value from RGB is 50 - color contains mainly: green. Hex color #073222 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073222 is #F8CDDD. Grayscale: #232323. Windows color (decimal): -16305630 or 2241031. OLE color: 2241031.

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

Color convert

RGB75034-
CMYK0.8600.320.80
HSL157.67º75.44%11.18%-
HSV(B)157.67º86%19.61%-
XYZ1.522.441.9-
YUV35.32127.25107.8-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.69%
GREEN value IS 50 (19.92% from 255) = 54.95%
BLUE value IS 34 (13.67% from 255) = 37.36%
R=7.69%
G=54.95%
B=37.36%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal750340.8600.320.80157.6775.4411.18
Hex7322256020509e4bb
Octal7624212604012023611313
Binary1111100101000101010110010000010100001001111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073222; }

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

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

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

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

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

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

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

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