#091414

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

Shades of Dark Green #091414

Tints of Dark Green #091414

Color information

#091414 (or 0x091414) is unknown color: approx Dark Green. HEX triplet: 09, 14 and 14. RGB value is (9,20,20). Sum of RGB (Red+Green+Blue) = 9+20+20=49 (6% of max value = 765). Red value is 9 (3.91% from 255 or 18.37% from 49); Green value is 20 (8.20% from 255 or 40.82% from 49); Blue value is 20 (8.20% from 255 or 40.82% from 49); Max value from RGB is 20 - color contains mainly: green, blue. Hex color #091414 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091414 is #F6EBEB. Grayscale: #101010. Windows color (decimal): -16182252 or 1315849. OLE color: 1315849.

HSL color Cylindrical-coordinate representation of color #091414: hue angle of 180º 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 #091414 is Cyan = 0.55, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB92020-
CMYK0.55000.92
HSL180º37.93%5.69%-
HSV(B)180º55%7.84%-
XYZ0.490.610.75-
YUV16.71129.86122.5-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 18.37%
GREEN value IS 20 (8.20% from 255) = 40.82%
BLUE value IS 20 (8.20% from 255) = 40.82%
R=18.37%
G=40.82%
B=40.82%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal920200.55000.9218037.935.69
Hex9141437005Cb4266
Octal1124246700134264466
Binary1001101001010011011100101110010110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091414; }

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

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

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

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

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

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

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

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