#091211

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

Shades of Dark Green #091211

Tints of Dark Green #091211

Color information

#091211 (or 0x091211) is unknown color: approx Dark Green. HEX triplet: 09, 12 and 11. RGB value is (9,18,17). Sum of RGB (Red+Green+Blue) = 9+18+17=44 (5% of max value = 765). Red value is 9 (3.91% from 255 or 20.45% from 44); Green value is 18 (7.42% from 255 or 40.91% from 44); Blue value is 17 (7.03% from 255 or 38.64% from 44); Max value from RGB is 18 - color contains mainly: green. Hex color #091211 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091211 is #F6EDEE. Grayscale: #0F0F0F. Windows color (decimal): -16182767 or 1118729. OLE color: 1118729.

HSL color Cylindrical-coordinate representation of color #091211: hue angle of 173.33º degrees, saturation: 0.33, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #091211 is Cyan = 0.5, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.93.

Color convert

RGB91817-
CMYK0.500.060.93
HSL173.33º33.33%5.29%-
HSV(B)173.33º50%7.06%-
XYZ0.430.530.61-
YUV15.19129.02123.58-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 20.45%
GREEN value IS 18 (7.42% from 255) = 40.91%
BLUE value IS 17 (7.03% from 255) = 38.64%
R=20.45%
G=40.91%
B=38.64%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal918170.500.060.93173.3333.335.29
Hex9121132065Dad215
Octal1122216206135255415
Binary100110010100011100100110101110110101101100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091211; }

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

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

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

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

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

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

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

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