#09110C

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

Shades of Dark Green #09110C

Tints of Dark Green #09110C

Color information

#09110C (or 0x09110C) is unknown color: approx Dark Green. HEX triplet: 09, 11 and 0C. RGB value is (9,17,12). Sum of RGB (Red+Green+Blue) = 9+17+12=38 (5% of max value = 765). Red value is 9 (3.91% from 255 or 23.68% from 38); Green value is 17 (7.03% from 255 or 44.74% from 38); Blue value is 12 (5.08% from 255 or 31.58% from 38); Max value from RGB is 17 - color contains mainly: green. Hex color #09110C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09110C is #F6EEF3. Grayscale: #0E0E0E. Windows color (decimal): -16183028 or 790793. OLE color: 790793.

HSL color Cylindrical-coordinate representation of color #09110C: hue angle of 142.5º degrees, saturation: 0.31, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #09110C is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.93.

Color convert

RGB91712-
CMYK0.4700.290.93
HSL142.5º30.77%5.1%-
HSV(B)142.5º47.06%6.67%-
XYZ0.380.490.42-
YUV14.04126.85124.41-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 23.68%
GREEN value IS 17 (7.03% from 255) = 44.74%
BLUE value IS 12 (5.08% from 255) = 31.58%
R=23.68%
G=44.74%
B=31.58%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal917120.4700.290.93142.530.775.1
Hex911C2F01D5D8e1f5
Octal11211457035135216375
Binary100110001110010111101110110111011000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09110C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,17,12); }

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

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

 a { background-color: rgb(9,17,12); }

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

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

 span { border-color: rgb(9,17,12); }

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