#134615

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

Shades of Myrtle #134615

Tints of Myrtle #134615

Color information

#134615 (or 0x134615) is unknown color: approx Myrtle. HEX triplet: 13, 46 and 15. RGB value is (19,70,21). Sum of RGB (Red+Green+Blue) = 19+70+21=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 70 (27.73% from 255 or 63.64% from 110); Blue value is 21 (8.59% from 255 or 19.09% from 110); Max value from RGB is 70 - color contains mainly: green. Hex color #134615 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134615 is #ECB9EA. Grayscale: #313131. Windows color (decimal): -15514091 or 1394195. OLE color: 1394195.

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

Color convert

RGB197021-
CMYK0.7300.700.73
HSL122.35º57.3%17.45%-
HSV(B)122.35º72.86%27.45%-
XYZ2.594.571.46-
YUV49.16112.1106.48-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.27%
GREEN value IS 70 (27.73% from 255) = 63.64%
BLUE value IS 21 (8.59% from 255) = 19.09%
R=17.27%
G=63.64%
B=19.09%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1970210.7300.700.73122.3557.317.45
Hex13461549046497a3911
Octal231062511101061111727121
Binary100111000110101011001001010001101001001111101011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134615; }

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

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

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

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

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

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

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

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