#134E15

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

Shades of Myrtle #134E15

Tints of Myrtle #134E15

Color information

#134E15 (or 0x134E15) is unknown color: approx Myrtle. HEX triplet: 13, 4E and 15. RGB value is (19,78,21). Sum of RGB (Red+Green+Blue) = 19+78+21=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 78 (30.86% from 255 or 66.10% from 118); Blue value is 21 (8.59% from 255 or 17.80% from 118); Max value from RGB is 78 - color contains mainly: green. Hex color #134E15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #134E15 is #ECB1EA. Grayscale: #363636. Windows color (decimal): -15512043 or 1396243. OLE color: 1396243.

HSL color Cylindrical-coordinate representation of color #134E15: hue angle of 122.03º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #134E15 is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.69.

Color convert

RGB197821-
CMYK0.7600.730.69
HSL122.03º60.82%19.02%-
HSV(B)122.03º75.64%30.59%-
XYZ3.135.641.63-
YUV53.86109.45103.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.10%
GREEN value IS 78 (30.86% from 255) = 66.10%
BLUE value IS 21 (8.59% from 255) = 17.80%
R=16.10%
G=66.10%
B=17.80%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1978210.7600.730.69122.0360.8219.02
Hex134E154C049457a3d13
Octal231162511401111051727523
Binary100111001110101011001100010010011000101111101011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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