#134715

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

Shades of Myrtle #134715

Tints of Myrtle #134715

Color information

#134715 (or 0x134715) is unknown color: approx Myrtle. HEX triplet: 13, 47 and 15. RGB value is (19,71,21). Sum of RGB (Red+Green+Blue) = 19+71+21=111 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.12% from 111); Green value is 71 (28.12% from 255 or 63.96% from 111); Blue value is 21 (8.59% from 255 or 18.92% from 111); Max value from RGB is 71 - color contains mainly: green. Hex color #134715 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134715 is #ECB8EA. Grayscale: #313131. Windows color (decimal): -15513835 or 1394451. OLE color: 1394451.

HSL color Cylindrical-coordinate representation of color #134715: hue angle of 122.31º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #134715 is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.72.

Color convert

RGB197121-
CMYK0.7300.700.72
HSL122.31º57.78%17.65%-
HSV(B)122.31º73.24%27.84%-
XYZ2.664.71.48-
YUV49.75111.77106.07-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.12%
GREEN value IS 71 (28.12% from 255) = 63.96%
BLUE value IS 21 (8.59% from 255) = 18.92%
R=17.12%
G=63.96%
B=18.92%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1971210.7300.700.72122.3157.7817.65
Hex13471549046487a3a12
Octal231072511101061101727222
Binary100111000111101011001001010001101001000111101011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134715; }

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

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

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

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

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

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

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

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