#091312

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

Shades of Dark Green #091312

Tints of Dark Green #091312

Color information

#091312 (or 0x091312) is unknown color: approx Dark Green. HEX triplet: 09, 13 and 12. RGB value is (9,19,18). Sum of RGB (Red+Green+Blue) = 9+19+18=46 (6% of max value = 765). Red value is 9 (3.91% from 255 or 19.57% from 46); Green value is 19 (7.81% from 255 or 41.30% from 46); Blue value is 18 (7.42% from 255 or 39.13% from 46); Max value from RGB is 19 - color contains mainly: green. Hex color #091312 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091312 is #F6ECED. Grayscale: #0F0F0F. Windows color (decimal): -16182510 or 1184521. OLE color: 1184521.

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

Color convert

RGB91918-
CMYK0.5300.050.93
HSL174º35.71%5.49%-
HSV(B)174º52.63%7.45%-
XYZ0.450.570.66-
YUV15.9129.19123.08-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 19.57%
GREEN value IS 19 (7.81% from 255) = 41.30%
BLUE value IS 18 (7.42% from 255) = 39.13%
R=19.57%
G=41.30%
B=39.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal919180.5300.050.9317435.715.49
Hex9131235055Dae245
Octal1123226505135256445
Binary100110011100101101010101101110110101110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091312; }

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

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

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

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

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

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

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

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