#145F18

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

Shades of Myrtle #145F18

Tints of Myrtle #145F18

Color information

#145F18 (or 0x145F18) is unknown color: approx Myrtle. HEX triplet: 14, 5F and 18. RGB value is (20,95,24). Sum of RGB (Red+Green+Blue) = 20+95+24=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 95 (37.5% from 255 or 68.35% from 139); Blue value is 24 (9.77% from 255 or 17.27% from 139); Max value from RGB is 95 - color contains mainly: green. Hex color #145F18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145F18 is #EBA0E7. Grayscale: #404040. Windows color (decimal): -15442152 or 1597204. OLE color: 1597204.

HSL color Cylindrical-coordinate representation of color #145F18: hue angle of 123.2º 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 #145F18 is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.63.

Color convert

RGB209524-
CMYK0.7900.750.63
HSL123.2º65.22%22.55%-
HSV(B)123.2º78.95%37.25%-
XYZ4.558.42.25-
YUV64.48105.1596.27-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.39%
GREEN value IS 95 (37.5% from 255) = 68.35%
BLUE value IS 24 (9.77% from 255) = 17.27%
R=14.39%
G=68.35%
B=17.27%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2095240.7900.750.63123.265.2222.55
Hex145F184F04B3F7b4117
Octal241373011701137717310127
Binary101001011111110001001111010010111111111111011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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