#144F15

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

Shades of Myrtle #144F15

Tints of Myrtle #144F15

Color information

#144F15 (or 0x144F15) is unknown color: approx Myrtle. HEX triplet: 14, 4F and 15. RGB value is (20,79,21). Sum of RGB (Red+Green+Blue) = 20+79+21=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 79 (31.25% from 255 or 65.83% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 79 - color contains mainly: green. Hex color #144F15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #144F15 is #EBB0EA. Grayscale: #363636. Windows color (decimal): -15446251 or 1396500. OLE color: 1396500.

HSL color Cylindrical-coordinate representation of color #144F15: hue angle of 121.02º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #144F15 is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.69.

Color convert

RGB207921-
CMYK0.7500.730.69
HSL121.02º59.6%19.41%-
HSV(B)121.02º74.68%30.98%-
XYZ3.225.791.66-
YUV54.75108.95103.22-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.67%
GREEN value IS 79 (31.25% from 255) = 65.83%
BLUE value IS 21 (8.59% from 255) = 17.5%
R=16.67%
G=65.83%
B=17.5%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2079210.7500.730.69121.0259.619.41
Hex144F154B04945793c13
Octal241172511301111051717423
Binary101001001111101011001011010010011000101111100111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,79,21); }

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

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

 a { background-color: rgb(20,79,21); }

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

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

 span { border-color: rgb(20,79,21); }

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