#091912

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

Shades of Dark Green #091912

Tints of Dark Green #091912

Color information

#091912 (or 0x091912) is unknown color: approx Dark Green. HEX triplet: 09, 19 and 12. RGB value is (9,25,18). Sum of RGB (Red+Green+Blue) = 9+25+18=52 (6% of max value = 765). Red value is 9 (3.91% from 255 or 17.31% from 52); Green value is 25 (10.16% from 255 or 48.08% from 52); Blue value is 18 (7.42% from 255 or 34.62% from 52); Max value from RGB is 25 - color contains mainly: green. Hex color #091912 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091912 is #F6E6ED. Grayscale: #131313. Windows color (decimal): -16180974 or 1186057. OLE color: 1186057.

HSL color Cylindrical-coordinate representation of color #091912: hue angle of 153.75º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #091912 is Cyan = 0.64, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.90.

Color convert

RGB92518-
CMYK0.6400.280.90
HSL153.75º47.06%6.67%-
HSV(B)153.75º64%9.8%-
XYZ0.570.80.7-
YUV19.42127.2120.57-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 17.31%
GREEN value IS 25 (10.16% from 255) = 48.08%
BLUE value IS 18 (7.42% from 255) = 34.62%
R=17.31%
G=48.08%
B=34.62%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal925180.6400.280.90153.7547.066.67
Hex919124001C5A9a2f7
Octal113122100034132232577
Binary100111001100101000000011100101101010011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091912; }

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

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

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

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

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

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

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

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