#135616

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

Shades of Myrtle #135616

Tints of Myrtle #135616

Color information

#135616 (or 0x135616) is unknown color: approx Myrtle. HEX triplet: 13, 56 and 16. RGB value is (19,86,22). Sum of RGB (Red+Green+Blue) = 19+86+22=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 86 (33.98% from 255 or 67.72% from 127); Blue value is 22 (8.98% from 255 or 17.32% from 127); Max value from RGB is 86 - color contains mainly: green. Hex color #135616 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135616 is #ECA9E9. Grayscale: #3A3A3A. Windows color (decimal): -15509994 or 1463827. OLE color: 1463827.

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

Color convert

RGB198622-
CMYK0.7800.740.66
HSL122.69º63.81%20.59%-
HSV(B)122.69º77.91%33.73%-
XYZ3.746.851.88-
YUV58.67107.399.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.96%
GREEN value IS 86 (33.98% from 255) = 67.72%
BLUE value IS 22 (8.98% from 255) = 17.32%
R=14.96%
G=67.72%
B=17.32%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1986220.7800.740.66122.6963.8120.59
Hex1356164E04A427b4015
Octal2312626116011210217310025
Binary1001110101101011010011100100101010000101111011100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135616; }

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

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

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

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

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

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

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

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