#145916

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

Shades of Myrtle #145916

Tints of Myrtle #145916

Color information

#145916 (or 0x145916) is unknown color: approx Myrtle. HEX triplet: 14, 59 and 16. RGB value is (20,89,22). Sum of RGB (Red+Green+Blue) = 20+89+22=131 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.27% from 131); Green value is 89 (35.16% from 255 or 67.94% from 131); Blue value is 22 (8.98% from 255 or 16.79% from 131); Max value from RGB is 89 - color contains mainly: green. Hex color #145916 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145916 is #EBA6E9. Grayscale: #3C3C3C. Windows color (decimal): -15443690 or 1464596. OLE color: 1464596.

HSL color Cylindrical-coordinate representation of color #145916: hue angle of 121.74º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #145916 is Cyan = 0.78, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB208922-
CMYK0.7800.750.65
HSL121.74º63.3%21.37%-
HSV(B)121.74º77.53%34.9%-
XYZ4.017.351.97-
YUV60.73106.1498.95-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.27%
GREEN value IS 89 (35.16% from 255) = 67.94%
BLUE value IS 22 (8.98% from 255) = 16.79%
R=15.27%
G=67.94%
B=16.79%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2089220.7800.750.65121.7463.321.37
Hex1459164E04B417a3f15
Octal241312611601131011727725
Binary101001011001101101001110010010111000001111101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145916; }

 p { color: rgb(20,89,22); }

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

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

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

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

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

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

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