Html Css Color HEX #073321 Dark Green

📋 copy color: '#073321'

red 7 ◦ green 51 ◦ blue 33

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

Shades of Dark Green #073321

Tints of Dark Green #073321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 36.26%

R = 7.69%
G = 56.04%
B = 36.26%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.35

 K value IS 0.8

RGB Variations

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

Color information

#073321 (or 0x073321) is known color: Dark Green. HEX triplet: 07, 33 and 21. RGB value is (7,51,33). Sum of RGB (Red+Green+Blue) = 7+51+33=91 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.69% from 91); Green value is 51 (20.31% from 255 or 56.04% from 91); Blue value is 33 (13.28% from 255 or 36.26% from 91); Max value from RGB is 51 - color contains mainly: green. Hex color #073321 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073321 is #F8CCDE. Grayscale: #232323. Windows color (decimal): -16305375 or 2175751. OLE color: 2175751.

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

Color convert

RGB 7 51 33 -
CMYK 0.86 0 0.35 0.8
HSL 155.45º 0.76% 0.11% -
HSV(B) 155.45º 0.86% 0.2% -
XYZ 1.55 2.52 1.84 -
YUV 35.79 126.42 107.46 -
System Red Green Blue C M Y K H S L
Decimal 7 51 33 0.86 0 0.35 0.8 155.45 0.76 0.11
Hex 7 33 21 56 0 23 50 9B 4C B
Octal 7 63 41 126 0 43 120 233 114 13
Binary 111 110011 100001 1010110 0 100011 1010000 10011011 1001100 1011

Color Harmonies of #073321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073321

Black with #073321

Text Example


Text Example

White with #073321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073321; }

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

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

background-color css

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

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

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

border-color css

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

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

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