#136111

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

Shades of Myrtle #136111

Tints of Myrtle #136111

Color information

#136111 (or 0x136111) is unknown color: approx Myrtle. HEX triplet: 13, 61 and 11. RGB value is (19,97,17). Sum of RGB (Red+Green+Blue) = 19+97+17=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 97 (38.28% from 255 or 72.93% from 133); Blue value is 17 (7.03% from 255 or 12.78% from 133); Max value from RGB is 97 - color contains mainly: green. Hex color #136111 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136111 is #EC9EEE. Grayscale: #404040. Windows color (decimal): -15507183 or 1138963. OLE color: 1138963.

HSL color Cylindrical-coordinate representation of color #136111: hue angle of 118.5º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136111 is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB199717-
CMYK0.8000.820.62
HSL118.5º70.18%22.35%-
HSV(B)118.5º82.47%38.04%-
XYZ4.648.731.97-
YUV64.56101.1695.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.29%
GREEN value IS 97 (38.28% from 255) = 72.93%
BLUE value IS 17 (7.03% from 255) = 12.78%
R=14.29%
G=72.93%
B=12.78%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1997170.8000.820.62118.570.1822.35
Hex136111500523E764616
Octal231412112001227616610626
Binary100111100001100011010000010100101111101110110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136111; }

 p { color: rgb(19,97,17); }

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

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

 a { background-color: rgb(19,97,17); }

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

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

 span { border-color: rgb(19,97,17); }

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