#135512

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

Shades of Myrtle #135512

Tints of Myrtle #135512

Color information

#135512 (or 0x135512) is unknown color: approx Myrtle. HEX triplet: 13, 55 and 12. RGB value is (19,85,18). Sum of RGB (Red+Green+Blue) = 19+85+18=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 85 (33.59% from 255 or 69.67% from 122); Blue value is 18 (7.42% from 255 or 14.75% from 122); Max value from RGB is 85 - color contains mainly: green. Hex color #135512 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135512 is #ECAAED. Grayscale: #393939. Windows color (decimal): -15510254 or 1201427. OLE color: 1201427.

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

Color convert

RGB198518-
CMYK0.7800.790.67
HSL119.1º65.05%20.2%-
HSV(B)119.1º78.82%33.33%-
XYZ3.636.681.67-
YUV57.63105.63100.45-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.57%
GREEN value IS 85 (33.59% from 255) = 69.67%
BLUE value IS 18 (7.42% from 255) = 14.75%
R=15.57%
G=69.67%
B=14.75%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1985180.7800.790.67119.165.0520.2
Hex1355124E04F43774114
Octal2312522116011710316710124
Binary1001110101011001010011100100111110000111110111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135512; }

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

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

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

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

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

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

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

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