Html Css Color HEX #093221 Dark Green

📋 copy color: '#093221'

red 9 ◦ green 50 ◦ blue 33

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

Shades of Dark Green #093221

Tints of Dark Green #093221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 35.87%

R = 9.78%
G = 54.35%
B = 35.87%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.34

 K value IS 0.80

RGB Variations

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

Color information

#093221 (or 0x093221) is known color: Dark Green. HEX triplet: 09, 32 and 21. RGB value is (9,50,33). Sum of RGB (Red+Green+Blue) = 9+50+33=92 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.78% from 92); Green value is 50 (19.92% from 255 or 54.35% from 92); Blue value is 33 (13.28% from 255 or 35.87% from 92); Max value from RGB is 50 - color contains mainly: green. Hex color #093221 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093221 is #F6CDDE. Grayscale: #232323. Windows color (decimal): -16174559 or 2175497. OLE color: 2175497.

HSL color Cylindrical-coordinate representation of color #093221: hue angle of 155.12º 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 #093221 is Cyan = 0.82, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.80.

Color convert

RGB 9 50 33 -
CMYK 0.82 0 0.34 0.80
HSL 155.12º 0.69% 0.12% -
HSV(B) 155.12º 0.82% 0.2% -
XYZ 1.53 2.45 1.83 -
YUV 35.8 126.42 108.88 -
System Red Green Blue C M Y K H S L
Decimal 9 50 33 0.82 0 0.34 0.80 155.12 0.69 0.12
Hex 9 32 21 52 0 22 50 9B 45 C
Octal 11 62 41 122 0 42 120 233 105 14
Binary 1001 110010 100001 1010010 0 100010 1010000 10011011 1000101 1100

Color Harmonies of #093221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093221

Black with #093221

Text Example


Text Example

White with #093221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093221; }

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

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

background-color css

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

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

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

border-color css

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

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

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