Html Css Color HEX #093224 Dark Green

📋 copy color: '#093224'

red 9 ◦ green 50 ◦ blue 36

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

Shades of Dark Green #093224

Tints of Dark Green #093224

RGB

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

 GREEN value IS 50 (19.92% from 255) = 52.63%

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

R = 9.47%
G = 52.63%
B = 37.89%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.28

 K value IS 0.80

RGB Variations

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

Color information

#093224 (or 0x093224) is known color: Dark Green. HEX triplet: 09, 32 and 24. RGB value is (9,50,36). Sum of RGB (Red+Green+Blue) = 9+50+36=95 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.47% from 95); Green value is 50 (19.92% from 255 or 52.63% from 95); Blue value is 36 (14.45% from 255 or 37.89% from 95); Max value from RGB is 50 - color contains mainly: green. Hex color #093224 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093224 is #F6CDDB. Grayscale: #242424. Windows color (decimal): -16174556 or 2372105. OLE color: 2372105.

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

Color convert

RGB 9 50 36 -
CMYK 0.82 0 0.28 0.80
HSL 159.51º 0.69% 0.12% -
HSV(B) 159.51º 0.82% 0.2% -
XYZ 1.57 2.47 2.06 -
YUV 36.15 127.92 108.64 -
System Red Green Blue C M Y K H S L
Decimal 9 50 36 0.82 0 0.28 0.80 159.51 0.69 0.12
Hex 9 32 24 52 0 1C 50 A0 45 C
Octal 11 62 44 122 0 34 120 240 105 14
Binary 1001 110010 100100 1010010 0 11100 1010000 10100000 1000101 1100

Color Harmonies of #093224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093224

Black with #093224

Text Example


Text Example

White with #093224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093224; }

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

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

background-color css

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

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

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

border-color css

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

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

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