#136013

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

Shades of Myrtle #136013

Tints of Myrtle #136013

Color information

#136013 (or 0x136013) is unknown color: approx Myrtle. HEX triplet: 13, 60 and 13. RGB value is (19,96,19). Sum of RGB (Red+Green+Blue) = 19+96+19=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 96 (37.89% from 255 or 71.64% from 134); Blue value is 19 (7.81% from 255 or 14.18% from 134); Max value from RGB is 96 - color contains mainly: green. Hex color #136013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136013 is #EC9FEC. Grayscale: #404040. Windows color (decimal): -15507437 or 1269779. OLE color: 1269779.

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

Color convert

RGB199619-
CMYK0.8000.800.62
HSL120º66.96%22.55%-
HSV(B)120º80.21%37.65%-
XYZ4.578.552.03-
YUV64.2102.4995.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.18%
GREEN value IS 96 (37.89% from 255) = 71.64%
BLUE value IS 19 (7.81% from 255) = 14.18%
R=14.18%
G=71.64%
B=14.18%

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
Decimal1996190.8000.800.6212066.9622.55
Hex136013500503E784317
Octal231402312001207617010327
Binary100111100000100111010000010100001111101111000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136013; }

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

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

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

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

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

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

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

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