Html Css Color HEX #093220 Dark Green

📋 copy color: '#093220'

red 9 ◦ green 50 ◦ blue 32

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

Shades of Dark Green #093220

Tints of Dark Green #093220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 35.16%

R = 9.89%
G = 54.95%
B = 35.16%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.36

 K value IS 0.80

RGB Variations

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

Color information

#093220 (or 0x093220) is known color: Dark Green. HEX triplet: 09, 32 and 20. RGB value is (9,50,32). Sum of RGB (Red+Green+Blue) = 9+50+32=91 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.89% from 91); Green value is 50 (19.92% from 255 or 54.95% from 91); Blue value is 32 (12.89% from 255 or 35.16% from 91); Max value from RGB is 50 - color contains mainly: green. Hex color #093220 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093220 is #F6CDDF. Grayscale: #232323. Windows color (decimal): -16174560 or 2109961. OLE color: 2109961.

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

Color convert

RGB 9 50 32 -
CMYK 0.82 0 0.36 0.80
HSL 153.66º 0.69% 0.12% -
HSV(B) 153.66º 0.82% 0.2% -
XYZ 1.51 2.44 1.76 -
YUV 35.69 125.92 108.96 -
System Red Green Blue C M Y K H S L
Decimal 9 50 32 0.82 0 0.36 0.80 153.66 0.69 0.12
Hex 9 32 20 52 0 24 50 9A 45 C
Octal 11 62 40 122 0 44 120 232 105 14
Binary 1001 110010 100000 1010010 0 100100 1010000 10011010 1000101 1100

Color Harmonies of #093220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093220

Black with #093220

Text Example


Text Example

White with #093220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093220; }

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

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

background-color css

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

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

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

border-color css

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

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

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