#135016

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

Shades of Myrtle #135016

Tints of Myrtle #135016

Color information

#135016 (or 0x135016) is unknown color: approx Myrtle. HEX triplet: 13, 50 and 16. RGB value is (19,80,22). Sum of RGB (Red+Green+Blue) = 19+80+22=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 80 (31.64% from 255 or 66.12% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 80 - color contains mainly: green. Hex color #135016 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135016 is #ECAFE9. Grayscale: #373737. Windows color (decimal): -15511530 or 1462291. OLE color: 1462291.

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

Color convert

RGB198022-
CMYK0.7600.720.69
HSL122.95º61.62%19.41%-
HSV(B)122.95º76.25%31.37%-
XYZ3.285.931.73-
YUV55.15109.29102.22-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.70%
GREEN value IS 80 (31.64% from 255) = 66.12%
BLUE value IS 22 (8.98% from 255) = 18.18%
R=15.70%
G=66.12%
B=18.18%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1980220.7600.720.69122.9561.6219.41
Hex1350164C048457b3e13
Octal231202611401101051737623
Binary100111010000101101001100010010001000101111101111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135016; }

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

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

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

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

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

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

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

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