#091513

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

Shades of Dark Green #091513

Tints of Dark Green #091513

Color information

#091513 (or 0x091513) is unknown color: approx Dark Green. HEX triplet: 09, 15 and 13. RGB value is (9,21,19). Sum of RGB (Red+Green+Blue) = 9+21+19=49 (6% of max value = 765). Red value is 9 (3.91% from 255 or 18.37% from 49); Green value is 21 (8.59% from 255 or 42.86% from 49); Blue value is 19 (7.81% from 255 or 38.78% from 49); Max value from RGB is 21 - color contains mainly: green. Hex color #091513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091513 is #F6EAEC. Grayscale: #111111. Windows color (decimal): -16181997 or 1250569. OLE color: 1250569.

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

Color convert

RGB92119-
CMYK0.5700.100.92
HSL170º40%5.88%-
HSV(B)170º57.14%8.24%-
XYZ0.50.640.71-
YUV17.18129.02122.16-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 18.37%
GREEN value IS 21 (8.59% from 255) = 42.86%
BLUE value IS 19 (7.81% from 255) = 38.78%
R=18.37%
G=42.86%
B=38.78%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal921190.5700.100.92170405.88
Hex91513390A5Caa286
Octal11252371012134252506
Binary1001101011001111100101010101110010101010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091513; }

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

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

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

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

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

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

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

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