Html Css Color HEX #073220 Dark Green

📋 copy color: '#073220'

red 7 ◦ green 50 ◦ blue 32

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

Shades of Dark Green #073220

Tints of Dark Green #073220

RGB

 RED value IS 7 (3.13% from 255) = 7.87%

 GREEN value IS 50 (19.92% from 255) = 56.18%

 BLUE value IS 32 (12.89% from 255) = 35.96%

R = 7.87%
G = 56.18%
B = 35.96%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.36

 K value IS 0.80

RGB Variations

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

Color information

#073220 (or 0x073220) is known color: Dark Green. HEX triplet: 07, 32 and 20. RGB value is (7,50,32). Sum of RGB (Red+Green+Blue) = 7+50+32=89 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.87% from 89); Green value is 50 (19.92% from 255 or 56.18% from 89); Blue value is 32 (12.89% from 255 or 35.96% from 89); Max value from RGB is 50 - color contains mainly: green. Hex color #073220 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073220 is #F8CDDF. Grayscale: #232323. Windows color (decimal): -16305632 or 2109959. OLE color: 2109959.

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

Color convert

RGB 7 50 32 -
CMYK 0.86 0 0.36 0.80
HSL 154.88º 0.75% 0.11% -
HSV(B) 154.88º 0.86% 0.2% -
XYZ 1.49 2.43 1.76 -
YUV 35.09 126.25 107.96 -
System Red Green Blue C M Y K H S L
Decimal 7 50 32 0.86 0 0.36 0.80 154.88 0.75 0.11
Hex 7 32 20 56 0 24 50 9B 4B B
Octal 7 62 40 126 0 44 120 233 113 13
Binary 111 110010 100000 1010110 0 100100 1010000 10011011 1001011 1011

Color Harmonies of #073220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073220

Black with #073220

Text Example


Text Example

White with #073220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073220; }

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

 H1.HeaderClassName
 {
   color: #073220;
 }
 .AnyTagClassName
 {
   color: #073220;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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