#081310

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

Shades of Dark Green #081310

Tints of Dark Green #081310

Color information

#081310 (or 0x081310) is unknown color: approx Dark Green. HEX triplet: 08, 13 and 10. RGB value is (8,19,16). Sum of RGB (Red+Green+Blue) = 8+19+16=43 (5% of max value = 765). Red value is 8 (3.52% from 255 or 18.60% from 43); Green value is 19 (7.81% from 255 or 44.19% from 43); Blue value is 16 (6.64% from 255 or 37.21% from 43); Max value from RGB is 19 - color contains mainly: green. Hex color #081310 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081310 is #F7ECEF. Grayscale: #0F0F0F. Windows color (decimal): -16248048 or 1053448. OLE color: 1053448.

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

Color convert

RGB81916-
CMYK0.5800.160.93
HSL163.64º40.74%5.29%-
HSV(B)163.64º57.89%7.45%-
XYZ0.430.550.57-
YUV15.37128.36122.74-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 18.60%
GREEN value IS 19 (7.81% from 255) = 44.19%
BLUE value IS 16 (6.64% from 255) = 37.21%
R=18.60%
G=44.19%
B=37.21%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal819160.5800.160.93163.6440.745.29
Hex813103A0105Da4295
Octal10232072020135244515
Binary10001001110000111010010000101110110100100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081310; }

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

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

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

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

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

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

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

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