#135913

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

Shades of Myrtle #135913

Tints of Myrtle #135913

Color information

#135913 (or 0x135913) is unknown color: approx Myrtle. HEX triplet: 13, 59 and 13. RGB value is (19,89,19). Sum of RGB (Red+Green+Blue) = 19+89+19=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 89 (35.16% from 255 or 70.08% from 127); Blue value is 19 (7.81% from 255 or 14.96% from 127); Max value from RGB is 89 - color contains mainly: green. Hex color #135913 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135913 is #ECA6EC. Grayscale: #3C3C3C. Windows color (decimal): -15509229 or 1267987. OLE color: 1267987.

HSL color Cylindrical-coordinate representation of color #135913: hue angle of 120º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135913 is Cyan = 0.79, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.65.

Color convert

RGB198919-
CMYK0.7900.790.65
HSL120º64.81%21.18%-
HSV(B)120º78.65%34.9%-
XYZ3.967.331.82-
YUV60.09104.8198.69-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.96%
GREEN value IS 89 (35.16% from 255) = 70.08%
BLUE value IS 19 (7.81% from 255) = 14.96%
R=14.96%
G=70.08%
B=14.96%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1989190.7900.790.6512064.8121.18
Hex1359134F04F41784115
Octal2313123117011710117010125
Binary1001110110011001110011110100111110000011111000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135913; }

 p { color: rgb(19,89,19); }

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

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

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

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

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

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

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