#135114

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

Shades of Myrtle #135114

Tints of Myrtle #135114

Color information

#135114 (or 0x135114) is unknown color: approx Myrtle. HEX triplet: 13, 51 and 14. RGB value is (19,81,20). Sum of RGB (Red+Green+Blue) = 19+81+20=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 81 (32.03% from 255 or 67.5% from 120); Blue value is 20 (8.20% from 255 or 16.67% from 120); Max value from RGB is 81 - color contains mainly: green. Hex color #135114 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135114 is #ECAEEB. Grayscale: #373737. Windows color (decimal): -15511276 or 1331475. OLE color: 1331475.

HSL color Cylindrical-coordinate representation of color #135114: hue angle of 120.97º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #135114 is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.68.

Color convert

RGB198120-
CMYK0.7700.750.68
HSL120.97º62%19.61%-
HSV(B)120.97º76.54%31.76%-
XYZ3.346.071.66-
YUV55.51107.96101.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.83%
GREEN value IS 81 (32.03% from 255) = 67.5%
BLUE value IS 20 (8.20% from 255) = 16.67%
R=15.83%
G=67.5%
B=16.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1981200.7700.750.68120.976219.61
Hex1351144D04B44793e14
Octal231212411501131041717624
Binary100111010001101001001101010010111000100111100111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135114; }

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

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

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

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

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

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

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

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