#092320

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

Shades of Dark Green #092320

Tints of Dark Green #092320

Color information

#092320 (or 0x092320) is unknown color: approx Dark Green. HEX triplet: 09, 23 and 20. RGB value is (9,35,32). Sum of RGB (Red+Green+Blue) = 9+35+32=76 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.84% from 76); Green value is 35 (14.06% from 255 or 46.05% from 76); Blue value is 32 (12.89% from 255 or 42.11% from 76); Max value from RGB is 35 - color contains mainly: green. Hex color #092320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092320 is #F6DCDF. Grayscale: #1A1A1A. Windows color (decimal): -16178400 or 2106121. OLE color: 2106121.

HSL color Cylindrical-coordinate representation of color #092320: hue angle of 173.08º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #092320 is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.86.

Color convert

RGB93532-
CMYK0.7400.090.86
HSL173.08º59.09%8.63%-
HSV(B)173.08º74.29%13.73%-
XYZ0.971.361.58-
YUV26.88130.89115.24-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.84%
GREEN value IS 35 (14.06% from 255) = 46.05%
BLUE value IS 32 (12.89% from 255) = 42.11%
R=11.84%
G=46.05%
B=42.11%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal935320.7400.090.86173.0859.098.63
Hex923204A0956ad3b9
Octal1143401120111262557311
Binary10011000111000001001010010011010110101011011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092320; }

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

 H1.HeaderClassName
 {
   color: #092320;
 }
 .AnyTagClassName
 {
   color: #092320;
 }
</style>
background-color css

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

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

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

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

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

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