#093220

Color #093220 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #093220

Tints of Dark Green #093220

Color information

#093220 (or 0x093220) is unknown color: approx 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

RGB95032-
CMYK0.8200.360.80
HSL153.66º69.49%11.57%-
HSV(B)153.66º82%19.61%-
XYZ1.512.441.76-
YUV35.69125.92108.96-

RGB Variations

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

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 (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal950320.8200.360.80153.6669.4911.57
Hex9322052024509a45c
Octal11624012204412023210514
Binary10011100101000001010010010010010100001001101010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>