#134E16

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

Shades of Myrtle #134E16

Tints of Myrtle #134E16

Color information

#134E16 (or 0x134E16) is unknown color: approx Myrtle. HEX triplet: 13, 4E and 16. RGB value is (19,78,22). Sum of RGB (Red+Green+Blue) = 19+78+22=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 78 (30.86% from 255 or 65.55% from 119); Blue value is 22 (8.98% from 255 or 18.49% from 119); Max value from RGB is 78 - color contains mainly: green. Hex color #134E16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #134E16 is #ECB1E9. Grayscale: #363636. Windows color (decimal): -15512042 or 1461779. OLE color: 1461779.

HSL color Cylindrical-coordinate representation of color #134E16: hue angle of 123.05º 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 #134E16 is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB197822-
CMYK0.7600.720.69
HSL123.05º60.82%19.02%-
HSV(B)123.05º75.64%30.59%-
XYZ3.145.651.68-
YUV53.97109.95103.05-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.97%
GREEN value IS 78 (30.86% from 255) = 65.55%
BLUE value IS 22 (8.98% from 255) = 18.49%
R=15.97%
G=65.55%
B=18.49%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1978220.7600.720.69123.0560.8219.02
Hex134E164C048457b3d13
Octal231162611401101051737523
Binary100111001110101101001100010010001000101111101111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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