#134516

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

Shades of Myrtle #134516

Tints of Myrtle #134516

Color information

#134516 (or 0x134516) is unknown color: approx Myrtle. HEX triplet: 13, 45 and 16. RGB value is (19,69,22). Sum of RGB (Red+Green+Blue) = 19+69+22=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 69 (27.34% from 255 or 62.73% from 110); Blue value is 22 (8.98% from 255 or 20% from 110); Max value from RGB is 69 - color contains mainly: green. Hex color #134516 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134516 is #ECBAE9. Grayscale: #303030. Windows color (decimal): -15514346 or 1459475. OLE color: 1459475.

HSL color Cylindrical-coordinate representation of color #134516: hue angle of 123.6º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #134516 is Cyan = 0.72, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.73.

Color convert

RGB196922-
CMYK0.7200.680.73
HSL123.6º56.82%17.25%-
HSV(B)123.6º72.46%27.06%-
XYZ2.544.451.48-
YUV48.69112.94106.82-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.27%
GREEN value IS 69 (27.34% from 255) = 62.73%
BLUE value IS 22 (8.98% from 255) = 20%
R=17.27%
G=62.73%
B=20%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1969220.7200.680.73123.656.8217.25
Hex13451648044497c3911
Octal231052611001041111747121
Binary100111000101101101001000010001001001001111110011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134516; }

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

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

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

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

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

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

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

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