#136012

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

Shades of Myrtle #136012

Tints of Myrtle #136012

Color information

#136012 (or 0x136012) is unknown color: approx Myrtle. HEX triplet: 13, 60 and 12. RGB value is (19,96,18). Sum of RGB (Red+Green+Blue) = 19+96+18=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 96 (37.89% from 255 or 72.18% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 96 - color contains mainly: green. Hex color #136012 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136012 is #EC9FED. Grayscale: #404040. Windows color (decimal): -15507438 or 1204243. OLE color: 1204243.

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

Color convert

RGB199618-
CMYK0.8000.810.62
HSL119.23º68.42%22.35%-
HSV(B)119.23º81.25%37.65%-
XYZ4.568.551.98-
YUV64.08101.9995.84-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.29%
GREEN value IS 96 (37.89% from 255) = 72.18%
BLUE value IS 18 (7.42% from 255) = 13.53%
R=14.29%
G=72.18%
B=13.53%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1996180.8000.810.62119.2368.4222.35
Hex136012500513E774416
Octal231402212001217616710426
Binary100111100000100101010000010100011111101110111100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136012; }

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

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

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

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

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

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

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

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