#081305

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

Shades of Myrtle #081305

Tints of Myrtle #081305

Color information

#081305 (or 0x081305) is unknown color: approx Myrtle. HEX triplet: 08, 13 and 05. RGB value is (8,19,5). Sum of RGB (Red+Green+Blue) = 8+19+5=32 (4% of max value = 765). Red value is 8 (3.52% from 255 or 25% from 32); Green value is 19 (7.81% from 255 or 59.38% from 32); Blue value is 5 (2.34% from 255 or 15.62% from 32); Max value from RGB is 19 - color contains mainly: green. Hex color #081305 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081305 is #F7ECFA. Grayscale: #0E0E0E. Windows color (decimal): -16248059 or 332552. OLE color: 332552.

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

Color convert

RGB8195-
CMYK0.5800.740.93
HSL107.14º58.33%4.71%-
HSV(B)107.14º73.68%7.45%-
XYZ0.360.530.23-
YUV14.11122.86123.64-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 25%
GREEN value IS 19 (7.81% from 255) = 59.38%
BLUE value IS 5 (2.34% from 255) = 15.62%
R=25%
G=59.38%
B=15.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal81950.5800.740.93107.1458.334.71
Hex81353A04A5D6b3a5
Octal10235720112135153725
Binary1000100111011110100100101010111011101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081305; }

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

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

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

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

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

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

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

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