#135510

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

Shades of Myrtle #135510

Tints of Myrtle #135510

Color information

#135510 (or 0x135510) is unknown color: approx Myrtle. HEX triplet: 13, 55 and 10. RGB value is (19,85,16). Sum of RGB (Red+Green+Blue) = 19+85+16=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 85 (33.59% from 255 or 70.83% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 85 - color contains mainly: green. Hex color #135510 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135510 is #ECAAEF. Grayscale: #393939. Windows color (decimal): -15510256 or 1070355. OLE color: 1070355.

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

Color convert

RGB198516-
CMYK0.7800.810.67
HSL117.39º68.32%19.8%-
HSV(B)117.39º81.18%33.33%-
XYZ3.616.671.59-
YUV57.4104.63100.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.83%
GREEN value IS 85 (33.59% from 255) = 70.83%
BLUE value IS 16 (6.64% from 255) = 13.33%
R=15.83%
G=70.83%
B=13.33%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1985160.7800.810.67117.3968.3219.8
Hex1355104E05143754414
Octal2312520116012110316510424
Binary1001110101011000010011100101000110000111110101100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135510; }

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

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

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

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

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

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

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

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