#135A17

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

Shades of Myrtle #135A17

Tints of Myrtle #135A17

Color information

#135A17 (or 0x135A17) is unknown color: approx Myrtle. HEX triplet: 13, 5A and 17. RGB value is (19,90,23). Sum of RGB (Red+Green+Blue) = 19+90+23=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 90 (35.55% from 255 or 68.18% from 132); Blue value is 23 (9.38% from 255 or 17.42% from 132); Max value from RGB is 90 - color contains mainly: green. Hex color #135A17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135A17 is #ECA5E8. Grayscale: #3D3D3D. Windows color (decimal): -15508969 or 1530387. OLE color: 1530387.

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

Color convert

RGB199023-
CMYK0.7900.740.65
HSL123.38º65.14%21.37%-
HSV(B)123.38º78.89%35.29%-
XYZ4.087.512.05-
YUV61.13106.4897.95-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.39%
GREEN value IS 90 (35.55% from 255) = 68.18%
BLUE value IS 23 (9.38% from 255) = 17.42%
R=14.39%
G=68.18%
B=17.42%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1990230.7900.740.65123.3865.1421.37
Hex135A174F04A417b4115
Octal2313227117011210117310125
Binary1001110110101011110011110100101010000011111011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135A17; }

 p { color: rgb(19,90,23); }

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

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

 a { background-color: rgb(19,90,23); }

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

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

 span { border-color: rgb(19,90,23); }

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