#135013

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

Shades of Myrtle #135013

Tints of Myrtle #135013

Color information

#135013 (or 0x135013) is unknown color: approx Myrtle. HEX triplet: 13, 50 and 13. RGB value is (19,80,19). Sum of RGB (Red+Green+Blue) = 19+80+19=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 80 (31.64% from 255 or 67.80% from 118); Blue value is 19 (7.81% from 255 or 16.10% from 118); Max value from RGB is 80 - color contains mainly: green. Hex color #135013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135013 is #ECAFEC. Grayscale: #363636. Windows color (decimal): -15511533 or 1265683. OLE color: 1265683.

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

Color convert

RGB198019-
CMYK0.7600.760.69
HSL120º61.62%19.41%-
HSV(B)120º76.25%31.37%-
XYZ3.255.921.59-
YUV54.81107.79102.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.10%
GREEN value IS 80 (31.64% from 255) = 67.80%
BLUE value IS 19 (7.81% from 255) = 16.10%
R=16.10%
G=67.80%
B=16.10%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1980190.7600.760.6912061.6219.41
Hex1350134C04C45783e13
Octal231202311401141051707623
Binary100111010000100111001100010011001000101111100011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135013; }

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

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

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

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

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

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

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

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