#136110

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

Shades of Myrtle #136110

Tints of Myrtle #136110

Color information

#136110 (or 0x136110) is unknown color: approx Myrtle. HEX triplet: 13, 61 and 10. RGB value is (19,97,16). Sum of RGB (Red+Green+Blue) = 19+97+16=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 97 (38.28% from 255 or 73.48% from 132); Blue value is 16 (6.64% from 255 or 12.12% from 132); Max value from RGB is 97 - color contains mainly: green. Hex color #136110 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136110 is #EC9EEF. Grayscale: #404040. Windows color (decimal): -15507184 or 1073427. OLE color: 1073427.

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

Color convert

RGB199716-
CMYK0.8000.840.62
HSL117.78º71.68%22.16%-
HSV(B)117.78º83.51%38.04%-
XYZ4.648.731.93-
YUV64.44100.6695.59-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.39%
GREEN value IS 97 (38.28% from 255) = 73.48%
BLUE value IS 16 (6.64% from 255) = 12.12%
R=14.39%
G=73.48%
B=12.12%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1997160.8000.840.62117.7871.6822.16
Hex136110500543E764816
Octal231412012001247616611026
Binary100111100001100001010000010101001111101110110100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136110; }

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

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

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

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

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

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

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

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