#09332B

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

Shades of Dark Green #09332B

Tints of Dark Green #09332B

Color information

#09332B (or 0x09332B) is unknown color: approx Dark Green. HEX triplet: 09, 33 and 2B. RGB value is (9,51,43). Sum of RGB (Red+Green+Blue) = 9+51+43=103 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.74% from 103); Green value is 51 (20.31% from 255 or 49.51% from 103); Blue value is 43 (17.19% from 255 or 41.75% from 103); Max value from RGB is 51 - color contains mainly: green. Hex color #09332B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09332B is #F6CCD4. Grayscale: #252525. Windows color (decimal): -16174293 or 2831113. OLE color: 2831113.

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

Color convert

RGB95143-
CMYK0.8200.160.8
HSL168.57º70%11.76%-
HSV(B)168.57º82.35%20%-
XYZ1.732.62.7-
YUV37.53131.09107.65-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.74%
GREEN value IS 51 (20.31% from 255) = 49.51%
BLUE value IS 43 (17.19% from 255) = 41.75%
R=8.74%
G=49.51%
B=41.75%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal951430.8200.160.8168.577011.76
Hex9332B5201050a946c
Octal11635312202012025110614
Binary1001110011101011101001001000010100001010100110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09332B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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