#09311C

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

Shades of Dark Green #09311C

Tints of Dark Green #09311C

Color information

#09311C (or 0x09311C) is unknown color: approx Dark Green. HEX triplet: 09, 31 and 1C. RGB value is (9,49,28). Sum of RGB (Red+Green+Blue) = 9+49+28=86 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.47% from 86); Green value is 49 (19.53% from 255 or 56.98% from 86); Blue value is 28 (11.33% from 255 or 32.56% from 86); Max value from RGB is 49 - color contains mainly: green. Hex color #09311C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09311C is #F6CEE3. Grayscale: #222222. Windows color (decimal): -16174820 or 1847561. OLE color: 1847561.

HSL color Cylindrical-coordinate representation of color #09311C: hue angle of 148.5º 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 #09311C is Cyan = 0.82, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.81.

Color convert

RGB94928-
CMYK0.8200.430.81
HSL148.5º68.97%11.37%-
HSV(B)148.5º81.63%19.22%-
XYZ1.422.341.48-
YUV34.65124.25109.71-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.47%
GREEN value IS 49 (19.53% from 255) = 56.98%
BLUE value IS 28 (11.33% from 255) = 32.56%
R=10.47%
G=56.98%
B=32.56%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal949280.8200.430.81148.568.9711.37
Hex9311C5202B519445b
Octal11613412205312122410513
Binary1001110001111001010010010101110100011001010010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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