#135919

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

Shades of Myrtle #135919

Tints of Myrtle #135919

Color information

#135919 (or 0x135919) is unknown color: approx Myrtle. HEX triplet: 13, 59 and 19. RGB value is (19,89,25). Sum of RGB (Red+Green+Blue) = 19+89+25=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 89 (35.16% from 255 or 66.92% from 133); Blue value is 25 (10.16% from 255 or 18.80% from 133); Max value from RGB is 89 - color contains mainly: green. Hex color #135919 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135919 is #ECA6E6. Grayscale: #3C3C3C. Windows color (decimal): -15509223 or 1661203. OLE color: 1661203.

HSL color Cylindrical-coordinate representation of color #135919: hue angle of 125.14º 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 #135919 is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.65.

Color convert

RGB198925-
CMYK0.7900.720.65
HSL125.14º64.81%21.18%-
HSV(B)125.14º78.65%34.9%-
XYZ4.027.352.13-
YUV60.77107.8198.2-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.29%
GREEN value IS 89 (35.16% from 255) = 66.92%
BLUE value IS 25 (10.16% from 255) = 18.80%
R=14.29%
G=66.92%
B=18.80%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1989250.7900.720.65125.1464.8121.18
Hex1359194F048417d4115
Octal2313131117011010117510125
Binary1001110110011100110011110100100010000011111101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135919; }

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

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

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

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

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

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

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

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