Html Css Color HEX #073222 Dark Green

📋 copy color: '#073222'

red 7 ◦ green 50 ◦ blue 34

#073222
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #073222

Tints of Dark Green #073222

RGB

 RED value IS 7 (3.13% 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 value IS 0.86

 M value IS 0

 Y value IS 0.32

 K value IS 0.80

RGB Variations

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

Color information

#073222 (or 0x073222) is known color: 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

RGB 7 50 34 -
CMYK 0.86 0 0.32 0.80
HSL 157.67º 0.75% 0.11% -
HSV(B) 157.67º 0.86% 0.2% -
XYZ 1.52 2.44 1.9 -
YUV 35.32 127.25 107.8 -
System Red Green Blue C M Y K H S L
Decimal 7 50 34 0.86 0 0.32 0.80 157.67 0.75 0.11
Hex 7 32 22 56 0 20 50 9E 4B B
Octal 7 62 42 126 0 40 120 236 113 13
Binary 111 110010 100010 1010110 0 100000 1010000 10011110 1001011 1011

Color Harmonies of #073222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073222

Black with #073222

Text Example


Text Example

White with #073222

Text Example


Text Example

HTML Codes & Css Web 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>