Html Css Color HEX #073424 Dark Green

📋 copy color: '#073424'

red 7 ◦ green 52 ◦ blue 36

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

Shades of Dark Green #073424

Tints of Dark Green #073424

RGB

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

 GREEN value IS 52 (20.7% from 255) = 54.74%

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

R = 7.37%
G = 54.74%
B = 37.89%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.31

 K value IS 0.80

RGB Variations

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

Color information

#073424 (or 0x073424) is known color: Dark Green. HEX triplet: 07, 34 and 24. RGB value is (7,52,36). Sum of RGB (Red+Green+Blue) = 7+52+36=95 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.37% from 95); Green value is 52 (20.70% from 255 or 54.74% from 95); Blue value is 36 (14.45% from 255 or 37.89% from 95); Max value from RGB is 52 - color contains mainly: green. Hex color #073424 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073424 is #F8CBDB. Grayscale: #242424. Windows color (decimal): -16305116 or 2372615. OLE color: 2372615.

HSL color Cylindrical-coordinate representation of color #073424: hue angle of 158.67º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #073424 is Cyan = 0.87, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.80.

Color convert

RGB 7 52 36 -
CMYK 0.87 0 0.31 0.80
HSL 158.67º 0.76% 0.12% -
HSV(B) 158.67º 0.87% 0.2% -
XYZ 1.63 2.63 2.09 -
YUV 36.72 127.59 106.8 -
System Red Green Blue C M Y K H S L
Decimal 7 52 36 0.87 0 0.31 0.80 158.67 0.76 0.12
Hex 7 34 24 57 0 1F 50 9F 4C C
Octal 7 64 44 127 0 37 120 237 114 14
Binary 111 110100 100100 1010111 0 11111 1010000 10011111 1001100 1100

Color Harmonies of #073424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073424

Black with #073424

Text Example


Text Example

White with #073424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073424; }

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

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

background-color css

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

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

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

border-color css

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

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

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