#091310

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

Shades of Dark Green #091310

Tints of Dark Green #091310

Color information

#091310 (or 0x091310) is unknown color: approx Dark Green. HEX triplet: 09, 13 and 10. RGB value is (9,19,16). Sum of RGB (Red+Green+Blue) = 9+19+16=44 (5% of max value = 765). Red value is 9 (3.91% from 255 or 20.45% from 44); Green value is 19 (7.81% from 255 or 43.18% from 44); Blue value is 16 (6.64% from 255 or 36.36% from 44); Max value from RGB is 19 - color contains mainly: green. Hex color #091310 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091310 is #F6ECEF. Grayscale: #0F0F0F. Windows color (decimal): -16182512 or 1053449. OLE color: 1053449.

HSL color Cylindrical-coordinate representation of color #091310: hue angle of 162º degrees, saturation: 0.36, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #091310 is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.93.

Color convert

RGB91916-
CMYK0.5300.160.93
HSL162º35.71%5.49%-
HSV(B)162º52.63%7.45%-
XYZ0.440.560.58-
YUV15.67128.19123.24-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 20.45%
GREEN value IS 19 (7.81% from 255) = 43.18%
BLUE value IS 16 (6.64% from 255) = 36.36%
R=20.45%
G=43.18%
B=36.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal919160.5300.160.9316235.715.49
Hex91310350105Da2245
Octal11232065020135242445
Binary10011001110000110101010000101110110100010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091310; }

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

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

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

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

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

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

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

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