#09322C

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

Shades of Dark Green #09322C

Tints of Dark Green #09322C

Color information

#09322C (or 0x09322C) is unknown color: approx Dark Green. HEX triplet: 09, 32 and 2C. RGB value is (9,50,44). Sum of RGB (Red+Green+Blue) = 9+50+44=103 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.74% from 103); Green value is 50 (19.92% from 255 or 48.54% from 103); Blue value is 44 (17.58% from 255 or 42.72% from 103); Max value from RGB is 50 - color contains mainly: green. Hex color #09322C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09322C is #F6CDD3. Grayscale: #252525. Windows color (decimal): -16174548 or 2896393. OLE color: 2896393.

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

Color convert

RGB95044-
CMYK0.8200.120.80
HSL171.22º69.49%11.57%-
HSV(B)171.22º82%19.61%-
XYZ1.712.522.78-
YUV37.06131.92107.99-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.74%
GREEN value IS 50 (19.92% from 255) = 48.54%
BLUE value IS 44 (17.58% from 255) = 42.72%
R=8.74%
G=48.54%
B=42.72%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal950440.8200.120.80171.2269.4911.57
Hex9322C520C50ab45c
Octal11625412201412025310514
Binary100111001010110010100100110010100001010101110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09322C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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