#135612

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

Shades of Myrtle #135612

Tints of Myrtle #135612

Color information

#135612 (or 0x135612) is unknown color: approx Myrtle. HEX triplet: 13, 56 and 12. RGB value is (19,86,18). Sum of RGB (Red+Green+Blue) = 19+86+18=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 86 (33.98% from 255 or 69.92% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 86 - color contains mainly: green. Hex color #135612 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135612 is #ECA9ED. Grayscale: #3A3A3A. Windows color (decimal): -15509998 or 1201683. OLE color: 1201683.

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

Color convert

RGB198618-
CMYK0.7800.790.66
HSL119.12º65.38%20.39%-
HSV(B)119.12º79.07%33.73%-
XYZ3.716.841.7-
YUV58.22105.3100.03-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.45%
GREEN value IS 86 (33.98% from 255) = 69.92%
BLUE value IS 18 (7.42% from 255) = 14.63%
R=15.45%
G=69.92%
B=14.63%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1986180.7800.790.66119.1265.3820.39
Hex1356124E04F42774114
Octal2312622116011710216710124
Binary1001110101101001010011100100111110000101110111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135612; }

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

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

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

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

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

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

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

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