#09321D

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

Shades of Dark Green #09321D

Tints of Dark Green #09321D

Color information

#09321D (or 0x09321D) is unknown color: approx Dark Green. HEX triplet: 09, 32 and 1D. RGB value is (9,50,29). Sum of RGB (Red+Green+Blue) = 9+50+29=88 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.23% from 88); Green value is 50 (19.92% from 255 or 56.82% from 88); Blue value is 29 (11.72% from 255 or 32.95% from 88); Max value from RGB is 50 - color contains mainly: green. Hex color #09321D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09321D is #F6CDE2. Grayscale: #232323. Windows color (decimal): -16174563 or 1913353. OLE color: 1913353.

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

Color convert

RGB95029-
CMYK0.8200.420.80
HSL149.27º69.49%11.57%-
HSV(B)149.27º82%19.61%-
XYZ1.482.431.55-
YUV35.35124.42109.21-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.23%
GREEN value IS 50 (19.92% from 255) = 56.82%
BLUE value IS 29 (11.72% from 255) = 32.95%
R=10.23%
G=56.82%
B=32.95%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal950290.8200.420.80149.2769.4911.57
Hex9321D5202A509545c
Octal11623512205212022510514
Binary1001110010111011010010010101010100001001010110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09321D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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