#135714

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

Shades of Myrtle #135714

Tints of Myrtle #135714

Color information

#135714 (or 0x135714) is unknown color: approx Myrtle. HEX triplet: 13, 57 and 14. RGB value is (19,87,20). Sum of RGB (Red+Green+Blue) = 19+87+20=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 87 (34.38% from 255 or 69.05% from 126); Blue value is 20 (8.20% from 255 or 15.87% from 126); Max value from RGB is 87 - color contains mainly: green. Hex color #135714 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135714 is #ECA8EB. Grayscale: #3B3B3B. Windows color (decimal): -15509740 or 1333011. OLE color: 1333011.

HSL color Cylindrical-coordinate representation of color #135714: hue angle of 120.88º 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 #135714 is Cyan = 0.78, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB198720-
CMYK0.7800.770.66
HSL120.88º64.15%20.78%-
HSV(B)120.88º78.16%34.12%-
XYZ3.87.011.81-
YUV59.03105.9799.45-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.08%
GREEN value IS 87 (34.38% from 255) = 69.05%
BLUE value IS 20 (8.20% from 255) = 15.87%
R=15.08%
G=69.05%
B=15.87%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1987200.7800.770.66120.8864.1520.78
Hex1357144E04D42794015
Octal2312724116011510217110025
Binary1001110101111010010011100100110110000101111001100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135714; }

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

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

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

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

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

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

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

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