#09322E

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

Shades of Dark Green #09322E

Tints of Dark Green #09322E

Color information

#09322E (or 0x09322E) is unknown color: approx Dark Green. HEX triplet: 09, 32 and 2E. RGB value is (9,50,46). Sum of RGB (Red+Green+Blue) = 9+50+46=105 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.57% from 105); Green value is 50 (19.92% from 255 or 47.62% from 105); Blue value is 46 (18.36% from 255 or 43.81% from 105); Max value from RGB is 50 - color contains mainly: green. Hex color #09322E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09322E is #F6CDD1. Grayscale: #252525. Windows color (decimal): -16174546 or 3027465. OLE color: 3027465.

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

Color convert

RGB95046-
CMYK0.8200.080.80
HSL174.15º69.49%11.57%-
HSV(B)174.15º82%19.61%-
XYZ1.752.542.98-
YUV37.28132.92107.83-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.57%
GREEN value IS 50 (19.92% from 255) = 47.62%
BLUE value IS 46 (18.36% from 255) = 43.81%
R=8.57%
G=47.62%
B=43.81%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal950460.8200.080.80174.1569.4911.57
Hex9322E520850ae45c
Octal11625612201012025610514
Binary100111001010111010100100100010100001010111010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09322E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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