#146014

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

Shades of Myrtle #146014

Tints of Myrtle #146014

Color information

#146014 (or 0x146014) is unknown color: approx Myrtle. HEX triplet: 14, 60 and 14. RGB value is (20,96,20). Sum of RGB (Red+Green+Blue) = 20+96+20=136 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.71% from 136); Green value is 96 (37.89% from 255 or 70.59% from 136); Blue value is 20 (8.20% from 255 or 14.71% from 136); Max value from RGB is 96 - color contains mainly: green. Hex color #146014 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146014 is #EB9FEB. Grayscale: #404040. Windows color (decimal): -15441900 or 1335316. OLE color: 1335316.

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

Color convert

RGB209620-
CMYK0.7900.790.62
HSL120º65.52%22.75%-
HSV(B)120º79.17%37.65%-
XYZ4.68.562.07-
YUV64.61102.8296.18-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.71%
GREEN value IS 96 (37.89% from 255) = 70.59%
BLUE value IS 20 (8.20% from 255) = 14.71%
R=14.71%
G=70.59%
B=14.71%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2096200.7900.790.6212065.5222.75
Hex1460144F04F3E784217
Octal241402411701177617010227
Binary101001100000101001001111010011111111101111000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146014; }

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

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

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

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

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

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

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

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