#145917

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

Shades of Myrtle #145917

Tints of Myrtle #145917

Color information

#145917 (or 0x145917) is unknown color: approx Myrtle. HEX triplet: 14, 59 and 17. RGB value is (20,89,23). Sum of RGB (Red+Green+Blue) = 20+89+23=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 89 (35.16% from 255 or 67.42% from 132); Blue value is 23 (9.38% from 255 or 17.42% from 132); Max value from RGB is 89 - color contains mainly: green. Hex color #145917 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145917 is #EBA6E8. Grayscale: #3D3D3D. Windows color (decimal): -15443689 or 1530132. OLE color: 1530132.

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

Color convert

RGB208923-
CMYK0.7800.740.65
HSL122.61º63.3%21.37%-
HSV(B)122.61º77.53%34.9%-
XYZ4.027.362.02-
YUV60.84106.6498.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.15%
GREEN value IS 89 (35.16% from 255) = 67.42%
BLUE value IS 23 (9.38% from 255) = 17.42%
R=15.15%
G=67.42%
B=17.42%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2089230.7800.740.65122.6163.321.37
Hex1459174E04A417b3f15
Octal241312711601121011737725
Binary101001011001101111001110010010101000001111101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145917; }

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

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

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

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

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

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

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

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