#144F1D

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

Shades of Myrtle #144F1D

Tints of Myrtle #144F1D

Color information

#144F1D (or 0x144F1D) is unknown color: approx Myrtle. HEX triplet: 14, 4F and 1D. RGB value is (20,79,29). Sum of RGB (Red+Green+Blue) = 20+79+29=128 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.62% from 128); Green value is 79 (31.25% from 255 or 61.72% from 128); Blue value is 29 (11.72% from 255 or 22.66% from 128); Max value from RGB is 79 - color contains mainly: green. Hex color #144F1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144F1D is #EBB0E2. Grayscale: #373737. Windows color (decimal): -15446243 or 1920788. OLE color: 1920788.

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

Color convert

RGB207929-
CMYK0.7500.630.69
HSL129.15º59.6%19.41%-
HSV(B)129.15º74.68%30.98%-
XYZ3.315.832.11-
YUV55.66112.95102.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.62%
GREEN value IS 79 (31.25% from 255) = 61.72%
BLUE value IS 29 (11.72% from 255) = 22.66%
R=15.62%
G=61.72%
B=22.66%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2079290.7500.630.69129.1559.619.41
Hex144F1D4B03F45813c13
Octal24117351130771052017423
Binary101001001111111011001011011111110001011000000111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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