#146018

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

Shades of Myrtle #146018

Tints of Myrtle #146018

Color information

#146018 (or 0x146018) is unknown color: approx Myrtle. HEX triplet: 14, 60 and 18. RGB value is (20,96,24). Sum of RGB (Red+Green+Blue) = 20+96+24=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 96 (37.89% from 255 or 68.57% from 140); Blue value is 24 (9.77% from 255 or 17.14% from 140); Max value from RGB is 96 - color contains mainly: green. Hex color #146018 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146018 is #EB9FE7. Grayscale: #414141. Windows color (decimal): -15441896 or 1597460. OLE color: 1597460.

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

Color convert

RGB209624-
CMYK0.7900.750.62
HSL123.16º65.52%22.75%-
HSV(B)123.16º79.17%37.65%-
XYZ4.648.582.28-
YUV65.07104.8295.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.29%
GREEN value IS 96 (37.89% from 255) = 68.57%
BLUE value IS 24 (9.77% from 255) = 17.14%
R=14.29%
G=68.57%
B=17.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2096240.7900.750.62123.1665.5222.75
Hex1460184F04B3E7b4217
Octal241403011701137617310227
Binary101001100000110001001111010010111111101111011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146018; }

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

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

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

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

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

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

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

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