#091512

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

Shades of Dark Green #091512

Tints of Dark Green #091512

Color information

#091512 (or 0x091512) is unknown color: approx Dark Green. HEX triplet: 09, 15 and 12. RGB value is (9,21,18). Sum of RGB (Red+Green+Blue) = 9+21+18=48 (6% of max value = 765). Red value is 9 (3.91% from 255 or 18.75% from 48); Green value is 21 (8.59% from 255 or 43.75% from 48); Blue value is 18 (7.42% from 255 or 37.5% from 48); Max value from RGB is 21 - color contains mainly: green. Hex color #091512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091512 is #F6EAED. Grayscale: #111111. Windows color (decimal): -16181998 or 1185033. OLE color: 1185033.

HSL color Cylindrical-coordinate representation of color #091512: hue angle of 165º degrees, saturation: 0.4, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #091512 is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.92.

Color convert

RGB92118-
CMYK0.5700.140.92
HSL165º40%5.88%-
HSV(B)165º57.14%8.24%-
XYZ0.490.640.67-
YUV17.07128.52122.24-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 18.75%
GREEN value IS 21 (8.59% from 255) = 43.75%
BLUE value IS 18 (7.42% from 255) = 37.5%
R=18.75%
G=43.75%
B=37.5%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal921180.5700.140.92165405.88
Hex91512390E5Ca5286
Octal11252271016134245506
Binary1001101011001011100101110101110010100101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091512; }

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

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

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

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

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

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

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

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