#146115

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

Shades of Myrtle #146115

Tints of Myrtle #146115

Color information

#146115 (or 0x146115) is unknown color: approx Myrtle. HEX triplet: 14, 61 and 15. RGB value is (20,97,21). Sum of RGB (Red+Green+Blue) = 20+97+21=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 97 (38.28% from 255 or 70.29% from 138); Blue value is 21 (8.59% from 255 or 15.22% from 138); Max value from RGB is 97 - color contains mainly: green. Hex color #146115 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146115 is #EB9EEA. Grayscale: #414141. Windows color (decimal): -15441643 or 1401108. OLE color: 1401108.

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

Color convert

RGB209721-
CMYK0.7900.780.62
HSL120.78º65.81%22.94%-
HSV(B)120.78º79.38%38.04%-
XYZ4.78.752.15-
YUV65.31102.9995.68-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.49%
GREEN value IS 97 (38.28% from 255) = 70.29%
BLUE value IS 21 (8.59% from 255) = 15.22%
R=14.49%
G=70.29%
B=15.22%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2097210.7900.780.62120.7865.8122.94
Hex1461154F04E3E794217
Octal241412511701167617110227
Binary101001100001101011001111010011101111101111001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146115; }

 p { color: rgb(20,97,21); }

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

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

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

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

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

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

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