#135514

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

Shades of Myrtle #135514

Tints of Myrtle #135514

Color information

#135514 (or 0x135514) is unknown color: approx Myrtle. HEX triplet: 13, 55 and 14. RGB value is (19,85,20). Sum of RGB (Red+Green+Blue) = 19+85+20=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 85 (33.59% from 255 or 68.55% from 124); Blue value is 20 (8.20% from 255 or 16.13% from 124); Max value from RGB is 85 - color contains mainly: green. Hex color #135514 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135514 is #ECAAEB. Grayscale: #3A3A3A. Windows color (decimal): -15510252 or 1332499. OLE color: 1332499.

HSL color Cylindrical-coordinate representation of color #135514: hue angle of 120.91º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135514 is Cyan = 0.78, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB198520-
CMYK0.7800.760.67
HSL120.91º63.46%20.39%-
HSV(B)120.91º77.65%33.33%-
XYZ3.646.691.76-
YUV57.86106.63100.29-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.32%
GREEN value IS 85 (33.59% from 255) = 68.55%
BLUE value IS 20 (8.20% from 255) = 16.13%
R=15.32%
G=68.55%
B=16.13%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1985200.7800.760.67120.9163.4620.39
Hex1355144E04C43793f14
Octal231252411601141031717724
Binary100111010101101001001110010011001000011111100111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135514; }

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

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

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

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

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

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

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

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