#093424

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

Shades of Dark Green #093424

Tints of Dark Green #093424

Color information

#093424 (or 0x093424) is unknown color: approx Dark Green. HEX triplet: 09, 34 and 24. RGB value is (9,52,36). Sum of RGB (Red+Green+Blue) = 9+52+36=97 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.28% from 97); Green value is 52 (20.70% from 255 or 53.61% from 97); Blue value is 36 (14.45% from 255 or 37.11% from 97); Max value from RGB is 52 - color contains mainly: green. Hex color #093424 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093424 is #F6CBDB. Grayscale: #252525. Windows color (decimal): -16174044 or 2372617. OLE color: 2372617.

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

Color convert

RGB95236-
CMYK0.8300.310.80
HSL157.67º70.49%11.96%-
HSV(B)157.67º82.69%20.39%-
XYZ1.662.642.09-
YUV37.32127.25107.8-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.28%
GREEN value IS 52 (20.70% from 255) = 53.61%
BLUE value IS 36 (14.45% from 255) = 37.11%
R=9.28%
G=53.61%
B=37.11%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal952360.8300.310.80157.6770.4911.96
Hex934245301F509e46c
Octal11644412303712023610614
Binary1001110100100100101001101111110100001001111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093424; }

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

 H1.HeaderClassName
 {
   color: #093424;
 }
 .AnyTagClassName
 {
   color: #093424;
 }
</style>
background-color css

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

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

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

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

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

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