#09321C

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

Shades of Dark Green #09321C

Tints of Dark Green #09321C

Color information

#09321C (or 0x09321C) is unknown color: approx Dark Green. HEX triplet: 09, 32 and 1C. RGB value is (9,50,28). Sum of RGB (Red+Green+Blue) = 9+50+28=87 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.34% from 87); Green value is 50 (19.92% from 255 or 57.47% from 87); Blue value is 28 (11.33% from 255 or 32.18% from 87); Max value from RGB is 50 - color contains mainly: green. Hex color #09321C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09321C is #F6CDE3. Grayscale: #232323. Windows color (decimal): -16174564 or 1847817. OLE color: 1847817.

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

Color convert

RGB95028-
CMYK0.8200.440.80
HSL147.8º69.49%11.57%-
HSV(B)147.8º82%19.61%-
XYZ1.462.421.49-
YUV35.23123.92109.29-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.34%
GREEN value IS 50 (19.92% from 255) = 57.47%
BLUE value IS 28 (11.33% from 255) = 32.18%
R=10.34%
G=57.47%
B=32.18%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal950280.8200.440.80147.869.4911.57
Hex9321C5202C509445c
Octal11623412205412022410514
Binary1001110010111001010010010110010100001001010010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09321C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09321C; }

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

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

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

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

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

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

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

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