#105613

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

Shades of Myrtle #105613

Tints of Myrtle #105613

Color information

#105613 (or 0x105613) is unknown color: approx Myrtle. HEX triplet: 10, 56 and 13. RGB value is (16,86,19). Sum of RGB (Red+Green+Blue) = 16+86+19=121 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.22% from 121); Green value is 86 (33.98% from 255 or 71.07% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 86 - color contains mainly: green. Hex color #105613 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #105613 is #EFA9EC. Grayscale: #393939. Windows color (decimal): -15706605 or 1267216. OLE color: 1267216.

HSL color Cylindrical-coordinate representation of color #105613: hue angle of 122.57º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #105613 is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB168619-
CMYK0.8100.780.66
HSL122.57º68.63%20%-
HSV(B)122.57º81.4%33.73%-
XYZ3.666.811.74-
YUV57.43106.3198.45-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.22%
GREEN value IS 86 (33.98% from 255) = 71.07%
BLUE value IS 19 (7.81% from 255) = 15.70%
R=13.22%
G=71.07%
B=15.70%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1686190.8100.780.66122.5768.6320
Hex1056135104E427b4514
Octal2012623121011610217310524
Binary1000010101101001110100010100111010000101111011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105613; }

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

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

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

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

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

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

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

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