#135E15

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

Shades of Myrtle #135E15

Tints of Myrtle #135E15

Color information

#135E15 (or 0x135E15) is unknown color: approx Myrtle. HEX triplet: 13, 5E and 15. RGB value is (19,94,21). Sum of RGB (Red+Green+Blue) = 19+94+21=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 94 (37.11% from 255 or 70.15% from 134); Blue value is 21 (8.59% from 255 or 15.67% from 134); Max value from RGB is 94 - color contains mainly: green. Hex color #135E15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135E15 is #ECA1EA. Grayscale: #3F3F3F. Windows color (decimal): -15507947 or 1400339. OLE color: 1400339.

HSL color Cylindrical-coordinate representation of color #135E15: hue angle of 121.6º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135E15 is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.63.

Color convert

RGB199421-
CMYK0.8000.780.63
HSL121.6º66.37%22.16%-
HSV(B)121.6º79.79%36.86%-
XYZ4.418.22.06-
YUV63.25104.1596.44-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.18%
GREEN value IS 94 (37.11% from 255) = 70.15%
BLUE value IS 21 (8.59% from 255) = 15.67%
R=14.18%
G=70.15%
B=15.67%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1994210.8000.780.63121.666.3722.16
Hex135E155004E3F7a4216
Octal231362512001167717210226
Binary100111011110101011010000010011101111111111010100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,94,21); }

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

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

 a { background-color: rgb(19,94,21); }

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

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

 span { border-color: rgb(19,94,21); }

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