#09322A

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

Shades of Dark Green #09322A

Tints of Dark Green #09322A

Color information

#09322A (or 0x09322A) is unknown color: approx Dark Green. HEX triplet: 09, 32 and 2A. RGB value is (9,50,42). Sum of RGB (Red+Green+Blue) = 9+50+42=101 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.91% from 101); Green value is 50 (19.92% from 255 or 49.50% from 101); Blue value is 42 (16.80% from 255 or 41.58% from 101); Max value from RGB is 50 - color contains mainly: green. Hex color #09322A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09322A is #F6CDD5. Grayscale: #242424. Windows color (decimal): -16174550 or 2765321. OLE color: 2765321.

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

Color convert

RGB95042-
CMYK0.8200.160.80
HSL168.29º69.49%11.57%-
HSV(B)168.29º82%19.61%-
XYZ1.672.512.59-
YUV36.83130.92108.15-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.91%
GREEN value IS 50 (19.92% from 255) = 49.50%
BLUE value IS 42 (16.80% from 255) = 41.58%
R=8.91%
G=49.50%
B=41.58%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal950420.8200.160.80168.2969.4911.57
Hex9322A5201050a845c
Octal11625212202012025010514
Binary1001110010101010101001001000010100001010100010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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