#135911

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

Shades of Myrtle #135911

Tints of Myrtle #135911

Color information

#135911 (or 0x135911) is unknown color: approx Myrtle. HEX triplet: 13, 59 and 11. RGB value is (19,89,17). Sum of RGB (Red+Green+Blue) = 19+89+17=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 89 (35.16% from 255 or 71.2% from 125); Blue value is 17 (7.03% from 255 or 13.6% from 125); Max value from RGB is 89 - color contains mainly: green. Hex color #135911 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135911 is #ECA6EE. Grayscale: #3C3C3C. Windows color (decimal): -15509231 or 1136915. OLE color: 1136915.

HSL color Cylindrical-coordinate representation of color #135911: hue angle of 118.33º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #135911 is Cyan = 0.79, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB198917-
CMYK0.7900.810.65
HSL118.33º67.92%20.78%-
HSV(B)118.33º80.9%34.9%-
XYZ3.947.321.74-
YUV59.86103.8198.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.2%
GREEN value IS 89 (35.16% from 255) = 71.2%
BLUE value IS 17 (7.03% from 255) = 13.6%
R=15.2%
G=71.2%
B=13.6%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1989170.7900.810.65118.3367.9220.78
Hex1359114F05141764415
Octal2313121117012110116610425
Binary1001110110011000110011110101000110000011110110100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135911; }

 p { color: rgb(19,89,17); }

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

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

 a { background-color: rgb(19,89,17); }

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

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

 span { border-color: rgb(19,89,17); }

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