#135412

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

Shades of Myrtle #135412

Tints of Myrtle #135412

Color information

#135412 (or 0x135412) is unknown color: approx Myrtle. HEX triplet: 13, 54 and 12. RGB value is (19,84,18). Sum of RGB (Red+Green+Blue) = 19+84+18=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 84 (33.20% from 255 or 69.42% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 84 - color contains mainly: green. Hex color #135412 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135412 is #ECABED. Grayscale: #393939. Windows color (decimal): -15510510 or 1201171. OLE color: 1201171.

HSL color Cylindrical-coordinate representation of color #135412: hue angle of 119.09º 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 #135412 is Cyan = 0.77, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB198418-
CMYK0.7700.790.67
HSL119.09º64.71%20%-
HSV(B)119.09º78.57%32.94%-
XYZ3.556.521.64-
YUV57.04105.97100.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.70%
GREEN value IS 84 (33.20% from 255) = 69.42%
BLUE value IS 18 (7.42% from 255) = 14.88%
R=15.70%
G=69.42%
B=14.88%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1984180.7700.790.67119.0964.7120
Hex1354124D04F43774114
Octal2312422115011710316710124
Binary1001110101001001010011010100111110000111110111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135412; }

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

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

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

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

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

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

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

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