#09352D

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

Shades of Dark Green #09352D

Tints of Dark Green #09352D

Color information

#09352D (or 0x09352D) is unknown color: approx Dark Green. HEX triplet: 09, 35 and 2D. RGB value is (9,53,45). Sum of RGB (Red+Green+Blue) = 9+53+45=107 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.41% from 107); Green value is 53 (21.09% from 255 or 49.53% from 107); Blue value is 45 (17.97% from 255 or 42.06% from 107); Max value from RGB is 53 - color contains mainly: green. Hex color #09352D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09352D is #F6CAD2. Grayscale: #262626. Windows color (decimal): -16173779 or 2962697. OLE color: 2962697.

HSL color Cylindrical-coordinate representation of color #09352D: hue angle of 169.09º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #09352D is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB95345-
CMYK0.8300.150.79
HSL169.09º70.97%12.16%-
HSV(B)169.09º83.02%20.78%-
XYZ1.862.792.92-
YUV38.93131.42106.65-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.41%
GREEN value IS 53 (21.09% from 255) = 49.53%
BLUE value IS 45 (17.97% from 255) = 42.06%
R=8.41%
G=49.53%
B=42.06%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal953450.8300.150.79169.0970.9712.16
Hex9352D530F4Fa947c
Octal11655512301711725110714
Binary100111010110110110100110111110011111010100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09352D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09352D; }

 p { color: rgb(9,53,45); }

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

<style>
 a { background-color: #09352D; }

 a { background-color: rgb(9,53,45); }

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

<style>
 span { border-color: #09352D; }

 span { border-color: rgb(9,53,45); }

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