Html Css Color HEX #093424 Dark Green

📋 copy color: '#093424'

red 9 ◦ green 52 ◦ blue 36

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

Shades of Dark Green #093424

Tints of Dark Green #093424

RGB

 RED value IS 9 (3.91% from 255) = 9.28%

 GREEN value IS 52 (20.7% 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 value IS 0.83

 M value IS 0

 Y value IS 0.31

 K value IS 0.80

RGB Variations

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

Color information

#093424 (or 0x093424) is known color: 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

RGB 9 52 36 -
CMYK 0.83 0 0.31 0.80
HSL 157.67º 0.7% 0.12% -
HSV(B) 157.67º 0.83% 0.2% -
XYZ 1.66 2.64 2.09 -
YUV 37.32 127.25 107.8 -
System Red Green Blue C M Y K H S L
Decimal 9 52 36 0.83 0 0.31 0.80 157.67 0.7 0.12
Hex 9 34 24 53 0 1F 50 9E 46 C
Octal 11 64 44 123 0 37 120 236 106 14
Binary 1001 110100 100100 1010011 0 11111 1010000 10011110 1000110 1100

Color Harmonies of #093424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093424

Black with #093424

Text Example


Text Example

White with #093424

Text Example


Text Example

HTML Codes & Css Web 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>