#135018

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

Shades of Myrtle #135018

Tints of Myrtle #135018

Color information

#135018 (or 0x135018) is unknown color: approx Myrtle. HEX triplet: 13, 50 and 18. RGB value is (19,80,24). Sum of RGB (Red+Green+Blue) = 19+80+24=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 80 (31.64% from 255 or 65.04% from 123); Blue value is 24 (9.77% from 255 or 19.51% from 123); Max value from RGB is 80 - color contains mainly: green. Hex color #135018 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135018 is #ECAFE7. Grayscale: #373737. Windows color (decimal): -15511528 or 1593363. OLE color: 1593363.

HSL color Cylindrical-coordinate representation of color #135018: hue angle of 124.92º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #135018 is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.69.

Color convert

RGB198024-
CMYK0.7600.700.69
HSL124.92º61.62%19.41%-
HSV(B)124.92º76.25%31.37%-
XYZ3.35.941.84-
YUV55.38110.29102.05-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.45%
GREEN value IS 80 (31.64% from 255) = 65.04%
BLUE value IS 24 (9.77% from 255) = 19.51%
R=15.45%
G=65.04%
B=19.51%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1980240.7600.700.69124.9261.6219.41
Hex1350184C046457d3e13
Octal231203011401061051757623
Binary100111010000110001001100010001101000101111110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135018; }

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

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

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

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

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

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

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

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