#073424

Color #073424 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #073424

Tints of Dark Green #073424

Color information

#073424 (or 0x073424) is unknown color: approx 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

RGB75236-
CMYK0.8700.310.80
HSL158.67º76.27%11.57%-
HSV(B)158.67º86.54%20.39%-
XYZ1.632.632.09-
YUV36.72127.59106.8-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.37%
GREEN value IS 52 (20.70% 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 (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal752360.8700.310.80158.6776.2711.57
Hex734245701F509f4cc
Octal7644412703712023711414
Binary111110100100100101011101111110100001001111110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>