#135610

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

Shades of Myrtle #135610

Tints of Myrtle #135610

Color information

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

HSL color Cylindrical-coordinate representation of color #135610: hue angle of 117.43º 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 #135610 is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.66.

Color convert

RGB198616-
CMYK0.7800.810.66
HSL117.43º68.63%20%-
HSV(B)117.43º81.4%33.73%-
XYZ3.696.831.61-
YUV57.99104.3100.19-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1986160.7800.810.66117.4368.6320
Hex1356104E05142754514
Octal2312620116012110216510524
Binary1001110101101000010011100101000110000101110101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135610; }

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

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

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

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

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

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

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

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