#135718

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

Shades of Myrtle #135718

Tints of Myrtle #135718

Color information

#135718 (or 0x135718) is unknown color: approx Myrtle. HEX triplet: 13, 57 and 18. RGB value is (19,87,24). Sum of RGB (Red+Green+Blue) = 19+87+24=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 87 (34.38% from 255 or 66.92% from 130); Blue value is 24 (9.77% from 255 or 18.46% from 130); Max value from RGB is 87 - color contains mainly: green. Hex color #135718 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135718 is #ECA8E7. Grayscale: #3B3B3B. Windows color (decimal): -15509736 or 1595155. OLE color: 1595155.

HSL color Cylindrical-coordinate representation of color #135718: hue angle of 124.41º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135718 is Cyan = 0.78, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.66.

Color convert

RGB198724-
CMYK0.7800.720.66
HSL124.41º64.15%20.78%-
HSV(B)124.41º78.16%34.12%-
XYZ3.847.022.02-
YUV59.49107.9799.12-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.62%
GREEN value IS 87 (34.38% from 255) = 66.92%
BLUE value IS 24 (9.77% from 255) = 18.46%
R=14.62%
G=66.92%
B=18.46%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1987240.7800.720.66124.4164.1520.78
Hex1357184E048427c4015
Octal2312730116011010217410025
Binary1001110101111100010011100100100010000101111100100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135718; }

 p { color: rgb(19,87,24); }

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

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

 a { background-color: rgb(19,87,24); }

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

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

 span { border-color: rgb(19,87,24); }

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