#135014

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

Shades of Myrtle #135014

Tints of Myrtle #135014

Color information

#135014 (or 0x135014) is unknown color: approx Myrtle. HEX triplet: 13, 50 and 14. RGB value is (19,80,20). Sum of RGB (Red+Green+Blue) = 19+80+20=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 80 (31.64% from 255 or 67.23% from 119); Blue value is 20 (8.20% from 255 or 16.81% from 119); Max value from RGB is 80 - color contains mainly: green. Hex color #135014 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135014 is #ECAFEB. Grayscale: #373737. Windows color (decimal): -15511532 or 1331219. OLE color: 1331219.

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

Color convert

RGB198020-
CMYK0.7600.750.69
HSL120.98º61.62%19.41%-
HSV(B)120.98º76.25%31.37%-
XYZ3.265.931.63-
YUV54.92108.29102.38-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.97%
GREEN value IS 80 (31.64% from 255) = 67.23%
BLUE value IS 20 (8.20% from 255) = 16.81%
R=15.97%
G=67.23%
B=16.81%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1980200.7600.750.69120.9861.6219.41
Hex1350144C04B45793e13
Octal231202411401131051717623
Binary100111010000101001001100010010111000101111100111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135014; }

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

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

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

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

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

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

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

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