#136117

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

Shades of Myrtle #136117

Tints of Myrtle #136117

Color information

#136117 (or 0x136117) is unknown color: approx Myrtle. HEX triplet: 13, 61 and 17. RGB value is (19,97,23). Sum of RGB (Red+Green+Blue) = 19+97+23=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 97 (38.28% from 255 or 69.78% from 139); Blue value is 23 (9.38% from 255 or 16.55% from 139); Max value from RGB is 97 - color contains mainly: green. Hex color #136117 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136117 is #EC9EE8. Grayscale: #414141. Windows color (decimal): -15507177 or 1532179. OLE color: 1532179.

HSL color Cylindrical-coordinate representation of color #136117: hue angle of 123.08º 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 #136117 is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB199723-
CMYK0.8000.760.62
HSL123.08º67.24%22.75%-
HSV(B)123.08º80.41%38.04%-
XYZ4.78.752.25-
YUV65.24104.1695.02-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.67%
GREEN value IS 97 (38.28% from 255) = 69.78%
BLUE value IS 23 (9.38% from 255) = 16.55%
R=13.67%
G=69.78%
B=16.55%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1997230.8000.760.62123.0867.2422.75
Hex1361175004C3E7b4317
Octal231412712001147617310327
Binary100111100001101111010000010011001111101111011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136117; }

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

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

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

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

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

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

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

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