#091514

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

Shades of Dark Green #091514

Tints of Dark Green #091514

Color information

#091514 (or 0x091514) is unknown color: approx Dark Green. HEX triplet: 09, 15 and 14. RGB value is (9,21,20). Sum of RGB (Red+Green+Blue) = 9+21+20=50 (6% of max value = 765). Red value is 9 (3.91% from 255 or 18% from 50); Green value is 21 (8.59% from 255 or 42% from 50); Blue value is 20 (8.20% from 255 or 40% from 50); Max value from RGB is 21 - color contains mainly: green. Hex color #091514 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091514 is #F6EAEB. Grayscale: #111111. Windows color (decimal): -16181996 or 1316105. OLE color: 1316105.

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

Color convert

RGB92120-
CMYK0.5700.050.92
HSL175º40%5.88%-
HSV(B)175º57.14%8.24%-
XYZ0.510.640.76-
YUV17.3129.52122.08-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 18%
GREEN value IS 21 (8.59% from 255) = 42%
BLUE value IS 20 (8.20% from 255) = 40%
R=18%
G=42%
B=40%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal921200.5700.050.92175405.88
Hex9151439055Caf286
Octal1125247105134257506
Binary100110101101001110010101101110010101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091514; }

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

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

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

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

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

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

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

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