#144B18

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

Shades of Myrtle #144B18

Tints of Myrtle #144B18

Color information

#144B18 (or 0x144B18) is unknown color: approx Myrtle. HEX triplet: 14, 4B and 18. RGB value is (20,75,24). Sum of RGB (Red+Green+Blue) = 20+75+24=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 75 (29.69% from 255 or 63.03% from 119); Blue value is 24 (9.77% from 255 or 20.17% from 119); Max value from RGB is 75 - color contains mainly: green. Hex color #144B18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144B18 is #EBB4E7. Grayscale: #343434. Windows color (decimal): -15447272 or 1592084. OLE color: 1592084.

HSL color Cylindrical-coordinate representation of color #144B18: hue angle of 124.36º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #144B18 is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.71.

Color convert

RGB207524-
CMYK0.7300.680.71
HSL124.36º57.89%18.63%-
HSV(B)124.36º73.33%29.41%-
XYZ2.975.251.72-
YUV52.74111.78104.65-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.81%
GREEN value IS 75 (29.69% from 255) = 63.03%
BLUE value IS 24 (9.77% from 255) = 20.17%
R=16.81%
G=63.03%
B=20.17%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2075240.7300.680.71124.3657.8918.63
Hex144B1849044477c3a13
Octal241133011101041071747223
Binary101001001011110001001001010001001000111111110011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144B18; }

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

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

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

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

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

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

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

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