#136214

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

Shades of Myrtle #136214

Tints of Myrtle #136214

Color information

#136214 (or 0x136214) is unknown color: approx Myrtle. HEX triplet: 13, 62 and 14. RGB value is (19,98,20). Sum of RGB (Red+Green+Blue) = 19+98+20=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 98 (38.67% from 255 or 71.53% from 137); Blue value is 20 (8.20% from 255 or 14.60% from 137); Max value from RGB is 98 - color contains mainly: green. Hex color #136214 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136214 is #EC9DEB. Grayscale: #414141. Windows color (decimal): -15506924 or 1335827. OLE color: 1335827.

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

Color convert

RGB199820-
CMYK0.8100.800.62
HSL120.76º67.52%22.94%-
HSV(B)120.76º80.61%38.43%-
XYZ4.768.922.13-
YUV65.49102.3394.84-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.87%
GREEN value IS 98 (38.67% from 255) = 71.53%
BLUE value IS 20 (8.20% from 255) = 14.60%
R=13.87%
G=71.53%
B=14.60%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1998200.8100.800.62120.7667.5222.94
Hex136214510503E794417
Octal231422412101207617110427
Binary100111100010101001010001010100001111101111001100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136214; }

 p { color: rgb(19,98,20); }

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

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

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

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

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

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

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