Html Css Color HEX #093524 Dark Green

📋 copy color: '#093524'

red 9 ◦ green 53 ◦ blue 36

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

Shades of Dark Green #093524

Tints of Dark Green #093524

RGB

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

 GREEN value IS 53 (21.09% from 255) = 54.08%

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

R = 9.18%
G = 54.08%
B = 36.73%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.32

 K value IS 0.79

RGB Variations

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

Color information

#093524 (or 0x093524) is known color: Dark Green. HEX triplet: 09, 35 and 24. RGB value is (9,53,36). Sum of RGB (Red+Green+Blue) = 9+53+36=98 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.18% from 98); Green value is 53 (21.09% from 255 or 54.08% from 98); Blue value is 36 (14.45% from 255 or 36.73% from 98); Max value from RGB is 53 - color contains mainly: green. Hex color #093524 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093524 is #F6CADB. Grayscale: #252525. Windows color (decimal): -16173788 or 2372873. OLE color: 2372873.

HSL color Cylindrical-coordinate representation of color #093524: hue angle of 156.82º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #093524 is Cyan = 0.83, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.79.

Color convert

RGB 9 53 36 -
CMYK 0.83 0 0.32 0.79
HSL 156.82º 0.71% 0.12% -
HSV(B) 156.82º 0.83% 0.21% -
XYZ 1.7 2.73 2.11 -
YUV 37.91 126.92 107.38 -
System Red Green Blue C M Y K H S L
Decimal 9 53 36 0.83 0 0.32 0.79 156.82 0.71 0.12
Hex 9 35 24 53 0 20 4F 9D 47 C
Octal 11 65 44 123 0 40 117 235 107 14
Binary 1001 110101 100100 1010011 0 100000 1001111 10011101 1000111 1100

Color Harmonies of #093524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093524

Black with #093524

Text Example


Text Example

White with #093524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093524; }

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

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

background-color css

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

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

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

border-color css

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

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

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