#136113

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

Shades of Myrtle #136113

Tints of Myrtle #136113

Color information

#136113 (or 0x136113) is unknown color: approx Myrtle. HEX triplet: 13, 61 and 13. RGB value is (19,97,19). Sum of RGB (Red+Green+Blue) = 19+97+19=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 97 (38.28% from 255 or 71.85% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 97 - color contains mainly: green. Hex color #136113 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136113 is #EC9EEC. Grayscale: #414141. Windows color (decimal): -15507181 or 1270035. OLE color: 1270035.

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

Color convert

RGB199719-
CMYK0.8000.800.62
HSL120º67.24%22.75%-
HSV(B)120º80.41%38.04%-
XYZ4.668.732.06-
YUV64.79102.1695.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.07%
GREEN value IS 97 (38.28% from 255) = 71.85%
BLUE value IS 19 (7.81% from 255) = 14.07%
R=14.07%
G=71.85%
B=14.07%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1997190.8000.800.6212067.2422.75
Hex136113500503E784317
Octal231412312001207617010327
Binary100111100001100111010000010100001111101111000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136113; }

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

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

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

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

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

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

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

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