#09332C

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

Shades of Dark Green #09332C

Tints of Dark Green #09332C

Color information

#09332C (or 0x09332C) is unknown color: approx Dark Green. HEX triplet: 09, 33 and 2C. RGB value is (9,51,44). Sum of RGB (Red+Green+Blue) = 9+51+44=104 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.65% from 104); Green value is 51 (20.31% from 255 or 49.04% from 104); Blue value is 44 (17.58% from 255 or 42.31% from 104); Max value from RGB is 51 - color contains mainly: green. Hex color #09332C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09332C is #F6CCD3. Grayscale: #252525. Windows color (decimal): -16174292 or 2896649. OLE color: 2896649.

HSL color Cylindrical-coordinate representation of color #09332C: hue angle of 170º degrees, saturation: 0.7, 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 #09332C is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.8.

Color convert

RGB95144-
CMYK0.8200.140.8
HSL170º70%11.76%-
HSV(B)170º82.35%20%-
XYZ1.752.612.79-
YUV37.64131.59107.57-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.65%
GREEN value IS 51 (20.31% from 255) = 49.04%
BLUE value IS 44 (17.58% from 255) = 42.31%
R=8.65%
G=49.04%
B=42.31%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal951440.8200.140.81707011.76
Hex9332C520E50aa46c
Octal11635412201612025210614
Binary100111001110110010100100111010100001010101010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09332C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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