#136115

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

Shades of Myrtle #136115

Tints of Myrtle #136115

Color information

#136115 (or 0x136115) is unknown color: approx Myrtle. HEX triplet: 13, 61 and 15. RGB value is (19,97,21). Sum of RGB (Red+Green+Blue) = 19+97+21=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 97 (38.28% from 255 or 70.80% from 137); Blue value is 21 (8.59% from 255 or 15.33% from 137); Max value from RGB is 97 - color contains mainly: green. Hex color #136115 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136115 is #EC9EEA. Grayscale: #414141. Windows color (decimal): -15507179 or 1401107. OLE color: 1401107.

HSL color Cylindrical-coordinate representation of color #136115: hue angle of 121.54º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #136115 is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB199721-
CMYK0.8000.780.62
HSL121.54º67.24%22.75%-
HSV(B)121.54º80.41%38.04%-
XYZ4.688.742.15-
YUV65.01103.1695.18-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.87%
GREEN value IS 97 (38.28% from 255) = 70.80%
BLUE value IS 21 (8.59% from 255) = 15.33%
R=13.87%
G=70.80%
B=15.33%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1997210.8000.780.62121.5467.2422.75
Hex1361155004E3E7a4317
Octal231412512001167617210327
Binary100111100001101011010000010011101111101111010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136115; }

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

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

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

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

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

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

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

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