#091412

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

Shades of Dark Green #091412

Tints of Dark Green #091412

Color information

#091412 (or 0x091412) is unknown color: approx Dark Green. HEX triplet: 09, 14 and 12. RGB value is (9,20,18). Sum of RGB (Red+Green+Blue) = 9+20+18=47 (6% of max value = 765). Red value is 9 (3.91% from 255 or 19.15% from 47); Green value is 20 (8.20% from 255 or 42.55% from 47); Blue value is 18 (7.42% from 255 or 38.30% from 47); Max value from RGB is 20 - color contains mainly: green. Hex color #091412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091412 is #F6EBED. Grayscale: #101010. Windows color (decimal): -16182254 or 1184777. OLE color: 1184777.

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

Color convert

RGB92018-
CMYK0.5500.100.92
HSL169.09º37.93%5.69%-
HSV(B)169.09º55%7.84%-
XYZ0.470.60.66-
YUV16.48128.86122.66-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 19.15%
GREEN value IS 20 (8.20% from 255) = 42.55%
BLUE value IS 18 (7.42% from 255) = 38.30%
R=19.15%
G=42.55%
B=38.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal920180.5500.100.92169.0937.935.69
Hex91412370A5Ca9266
Octal11242267012134251466
Binary1001101001001011011101010101110010101001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091412; }

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

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

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

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

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

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

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

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