#081613

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

Shades of Dark Green #081613

Tints of Dark Green #081613

Color information

#081613 (or 0x081613) is unknown color: approx Dark Green. HEX triplet: 08, 16 and 13. RGB value is (8,22,19). Sum of RGB (Red+Green+Blue) = 8+22+19=49 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16.33% from 49); Green value is 22 (8.98% from 255 or 44.90% from 49); Blue value is 19 (7.81% from 255 or 38.78% from 49); Max value from RGB is 22 - color contains mainly: green. Hex color #081613 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081613 is #F7E9EC. Grayscale: #111111. Windows color (decimal): -16247277 or 1250824. OLE color: 1250824.

HSL color Cylindrical-coordinate representation of color #081613: hue angle of 167.14º degrees, saturation: 0.47, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #081613 is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.91.

Color convert

RGB82219-
CMYK0.6400.140.91
HSL167.14º46.67%5.88%-
HSV(B)167.14º63.64%8.63%-
XYZ0.50.670.72-
YUV17.47128.86121.24-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 16.33%
GREEN value IS 22 (8.98% from 255) = 44.90%
BLUE value IS 19 (7.81% from 255) = 38.78%
R=16.33%
G=44.90%
B=38.78%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal822190.6400.140.91167.1446.675.88
Hex81613400E5Ba72f6
Octal102623100016133247576
Binary10001011010011100000001110101101110100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081613; }

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

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

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

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

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

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

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

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