Html Css Color HEX #073324 Dark Green

📋 copy color: '#073324'

red 7 ◦ green 51 ◦ blue 36

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

Shades of Dark Green #073324

Tints of Dark Green #073324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 38.3%

R = 7.45%
G = 54.26%
B = 38.3%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.29

 K value IS 0.8

RGB Variations

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

Color information

#073324 (or 0x073324) is known color: Dark Green. HEX triplet: 07, 33 and 24. RGB value is (7,51,36). Sum of RGB (Red+Green+Blue) = 7+51+36=94 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.45% from 94); Green value is 51 (20.31% from 255 or 54.26% from 94); Blue value is 36 (14.45% from 255 or 38.30% from 94); Max value from RGB is 51 - color contains mainly: green. Hex color #073324 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073324 is #F8CCDB. Grayscale: #242424. Windows color (decimal): -16305372 or 2372359. OLE color: 2372359.

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

Color convert

RGB 7 51 36 -
CMYK 0.86 0 0.29 0.8
HSL 159.55º 0.76% 0.11% -
HSV(B) 159.55º 0.86% 0.2% -
XYZ 1.59 2.54 2.08 -
YUV 36.13 127.92 107.22 -
System Red Green Blue C M Y K H S L
Decimal 7 51 36 0.86 0 0.29 0.8 159.55 0.76 0.11
Hex 7 33 24 56 0 1D 50 A0 4C B
Octal 7 63 44 126 0 35 120 240 114 13
Binary 111 110011 100100 1010110 0 11101 1010000 10100000 1001100 1011

Color Harmonies of #073324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073324

Black with #073324

Text Example


Text Example

White with #073324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073324; }

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

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

background-color css

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

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

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

border-color css

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

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

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