#072322

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

Shades of Dark Green #072322

Tints of Dark Green #072322

Color information

#072322 (or 0x072322) is unknown color: approx Dark Green. HEX triplet: 07, 23 and 22. RGB value is (7,35,34). Sum of RGB (Red+Green+Blue) = 7+35+34=76 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.21% from 76); Green value is 35 (14.06% from 255 or 46.05% from 76); Blue value is 34 (13.67% from 255 or 44.74% from 76); Max value from RGB is 35 - color contains mainly: green. Hex color #072322 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072322 is #F8DCDD. Grayscale: #1A1A1A. Windows color (decimal): -16309470 or 2237191. OLE color: 2237191.

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

Color convert

RGB73534-
CMYK0.8000.030.86
HSL177.86º66.67%8.24%-
HSV(B)177.86º80%13.73%-
XYZ0.981.361.72-
YUV26.51132.22114.08-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.21%
GREEN value IS 35 (14.06% from 255) = 46.05%
BLUE value IS 34 (13.67% from 255) = 44.74%
R=9.21%
G=46.05%
B=44.74%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal735340.8000.030.86177.8666.678.24
Hex72322500356b2438
Octal743421200312626210310
Binary111100011100010101000001110101101011001010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072322; }

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

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

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

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

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

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

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

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