#135519

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

Shades of Myrtle #135519

Tints of Myrtle #135519

Color information

#135519 (or 0x135519) is unknown color: approx Myrtle. HEX triplet: 13, 55 and 19. RGB value is (19,85,25). Sum of RGB (Red+Green+Blue) = 19+85+25=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 85 (33.59% from 255 or 65.89% from 129); Blue value is 25 (10.16% from 255 or 19.38% from 129); Max value from RGB is 85 - color contains mainly: green. Hex color #135519 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135519 is #ECAAE6. Grayscale: #3A3A3A. Windows color (decimal): -15510247 or 1660179. OLE color: 1660179.

HSL color Cylindrical-coordinate representation of color #135519: hue angle of 125.45º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135519 is Cyan = 0.78, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB198525-
CMYK0.7800.710.67
HSL125.45º63.46%20.39%-
HSV(B)125.45º77.65%33.33%-
XYZ3.696.712.02-
YUV58.43109.1399.88-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.73%
GREEN value IS 85 (33.59% from 255) = 65.89%
BLUE value IS 25 (10.16% from 255) = 19.38%
R=14.73%
G=65.89%
B=19.38%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1985250.7800.710.67125.4563.4620.39
Hex1355194E047437d3f14
Octal231253111601071031757724
Binary100111010101110011001110010001111000011111110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135519; }

 p { color: rgb(19,85,25); }

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

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

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

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

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

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

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