#09332A

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

Shades of Dark Green #09332A

Tints of Dark Green #09332A

Color information

#09332A (or 0x09332A) is unknown color: approx Dark Green. HEX triplet: 09, 33 and 2A. RGB value is (9,51,42). Sum of RGB (Red+Green+Blue) = 9+51+42=102 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.82% from 102); Green value is 51 (20.31% from 255 or 50% from 102); Blue value is 42 (16.80% from 255 or 41.18% from 102); Max value from RGB is 51 - color contains mainly: green. Hex color #09332A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09332A is #F6CCD5. Grayscale: #252525. Windows color (decimal): -16174294 or 2765577. OLE color: 2765577.

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

Color convert

RGB95142-
CMYK0.8200.180.8
HSL167.14º70%11.76%-
HSV(B)167.14º82.35%20%-
XYZ1.712.592.6-
YUV37.42130.59107.73-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.82%
GREEN value IS 51 (20.31% from 255) = 50%
BLUE value IS 42 (16.80% from 255) = 41.18%
R=8.82%
G=50%
B=41.18%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal951420.8200.180.8167.147011.76
Hex9332A5201250a746c
Octal11635212202212024710614
Binary1001110011101010101001001001010100001010011110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09332A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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