#145F19

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

Shades of Myrtle #145F19

Tints of Myrtle #145F19

Color information

#145F19 (or 0x145F19) is unknown color: approx Myrtle. HEX triplet: 14, 5F and 19. RGB value is (20,95,25). Sum of RGB (Red+Green+Blue) = 20+95+25=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 95 (37.5% from 255 or 67.86% from 140); Blue value is 25 (10.16% from 255 or 17.86% from 140); Max value from RGB is 95 - color contains mainly: green. Hex color #145F19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145F19 is #EBA0E6. Grayscale: #404040. Windows color (decimal): -15442151 or 1662740. OLE color: 1662740.

HSL color Cylindrical-coordinate representation of color #145F19: hue angle of 124º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #145F19 is Cyan = 0.79, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.63.

Color convert

RGB209525-
CMYK0.7900.740.63
HSL124º65.22%22.55%-
HSV(B)124º78.95%37.25%-
XYZ4.568.42.3-
YUV64.59105.6596.19-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.29%
GREEN value IS 95 (37.5% from 255) = 67.86%
BLUE value IS 25 (10.16% from 255) = 17.86%
R=14.29%
G=67.86%
B=17.86%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2095250.7900.740.6312465.2222.55
Hex145F194F04A3F7c4117
Octal241373111701127717410127
Binary101001011111110011001111010010101111111111100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145F19; }

 p { color: rgb(20,95,25); }

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

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

 a { background-color: rgb(20,95,25); }

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

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

 span { border-color: rgb(20,95,25); }

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