#09311D

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

Shades of Dark Green #09311D

Tints of Dark Green #09311D

Color information

#09311D (or 0x09311D) is unknown color: approx Dark Green. HEX triplet: 09, 31 and 1D. RGB value is (9,49,29). Sum of RGB (Red+Green+Blue) = 9+49+29=87 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.34% from 87); Green value is 49 (19.53% from 255 or 56.32% from 87); Blue value is 29 (11.72% from 255 or 33.33% from 87); Max value from RGB is 49 - color contains mainly: green. Hex color #09311D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09311D is #F6CEE2. Grayscale: #222222. Windows color (decimal): -16174819 or 1913097. OLE color: 1913097.

HSL color Cylindrical-coordinate representation of color #09311D: hue angle of 150º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #09311D is Cyan = 0.82, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.81.

Color convert

RGB94929-
CMYK0.8200.410.81
HSL150º68.97%11.37%-
HSV(B)150º81.63%19.22%-
XYZ1.432.341.54-
YUV34.76124.75109.63-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.34%
GREEN value IS 49 (19.53% from 255) = 56.32%
BLUE value IS 29 (11.72% from 255) = 33.33%
R=10.34%
G=56.32%
B=33.33%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal949290.8200.410.8115068.9711.37
Hex9311D52029519645b
Octal11613512205112122610513
Binary1001110001111011010010010100110100011001011010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09311D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,49,29); }

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

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

 a { background-color: rgb(9,49,29); }

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

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

 span { border-color: rgb(9,49,29); }

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