Html Css Color HEX #073320 Dark Green

📋 copy color: '#073320'

red 7 ◦ green 51 ◦ blue 32

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

Shades of Dark Green #073320

Tints of Dark Green #073320

RGB

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

 GREEN value IS 51 (20.31% from 255) = 56.67%

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

R = 7.78%
G = 56.67%
B = 35.56%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.37

 K value IS 0.8

RGB Variations

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

Color information

#073320 (or 0x073320) is known color: Dark Green. HEX triplet: 07, 33 and 20. RGB value is (7,51,32). Sum of RGB (Red+Green+Blue) = 7+51+32=90 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.78% from 90); Green value is 51 (20.31% from 255 or 56.67% from 90); Blue value is 32 (12.89% from 255 or 35.56% from 90); Max value from RGB is 51 - color contains mainly: green. Hex color #073320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073320 is #F8CCDF. Grayscale: #232323. Windows color (decimal): -16305376 or 2110215. OLE color: 2110215.

HSL color Cylindrical-coordinate representation of color #073320: hue angle of 154.09º degrees, saturation: 0.76, 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 #073320 is Cyan = 0.86, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.8.

Color convert

RGB 7 51 32 -
CMYK 0.86 0 0.37 0.8
HSL 154.09º 0.76% 0.11% -
HSV(B) 154.09º 0.86% 0.2% -
XYZ 1.53 2.52 1.77 -
YUV 35.68 125.92 107.54 -
System Red Green Blue C M Y K H S L
Decimal 7 51 32 0.86 0 0.37 0.8 154.09 0.76 0.11
Hex 7 33 20 56 0 25 50 9A 4C B
Octal 7 63 40 126 0 45 120 232 114 13
Binary 111 110011 100000 1010110 0 100101 1010000 10011010 1001100 1011

Color Harmonies of #073320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073320

Black with #073320

Text Example


Text Example

White with #073320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073320; }

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

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

background-color css

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

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

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

border-color css

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

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

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