#146415

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

Shades of Myrtle #146415

Tints of Myrtle #146415

Color information

#146415 (or 0x146415) is unknown color: approx Myrtle. HEX triplet: 14, 64 and 15. RGB value is (20,100,21). Sum of RGB (Red+Green+Blue) = 20+100+21=141 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.18% from 141); Green value is 100 (39.45% from 255 or 70.92% from 141); Blue value is 21 (8.59% from 255 or 14.89% from 141); Max value from RGB is 100 - color contains mainly: green. Hex color #146415 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146415 is #EB9BEA. Grayscale: #434343. Windows color (decimal): -15440875 or 1401876. OLE color: 1401876.

HSL color Cylindrical-coordinate representation of color #146415: hue angle of 120.75º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146415 is Cyan = 0.8, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.61.

Color convert

RGB2010021-
CMYK0.800.790.61
HSL120.75º66.67%23.53%-
HSV(B)120.75º80%39.22%-
XYZ4.989.322.25-
YUV67.0710294.42-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.18%
GREEN value IS 100 (39.45% from 255) = 70.92%
BLUE value IS 21 (8.59% from 255) = 14.89%
R=14.18%
G=70.92%
B=14.89%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal20100210.800.790.61120.7566.6723.53
Hex1464155004F3D794318
Octal241442512001177517110330
Binary101001100100101011010000010011111111011111001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146415; }

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

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

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

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

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

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

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

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