#144D12

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

Shades of Myrtle #144D12

Tints of Myrtle #144D12

Color information

#144D12 (or 0x144D12) is unknown color: approx Myrtle. HEX triplet: 14, 4D and 12. RGB value is (20,77,18). Sum of RGB (Red+Green+Blue) = 20+77+18=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 77 (30.47% from 255 or 66.96% from 115); Blue value is 18 (7.42% from 255 or 15.65% from 115); Max value from RGB is 77 - color contains mainly: green. Hex color #144D12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #144D12 is #EBB2ED. Grayscale: #353535. Windows color (decimal): -15446766 or 1199380. OLE color: 1199380.

HSL color Cylindrical-coordinate representation of color #144D12: hue angle of 117.97º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #144D12 is Cyan = 0.74, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.70.

Color convert

RGB207718-
CMYK0.7400.770.70
HSL117.97º62.11%18.63%-
HSV(B)117.97º76.62%30.2%-
XYZ3.055.51.47-
YUV53.23108.12104.3-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.39%
GREEN value IS 77 (30.47% from 255) = 66.96%
BLUE value IS 18 (7.42% from 255) = 15.65%
R=17.39%
G=66.96%
B=15.65%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2077180.7400.770.70117.9762.1118.63
Hex144D124A04D46763e13
Octal241152211201151061667623
Binary101001001101100101001010010011011000110111011011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,77,18); }

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

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

 a { background-color: rgb(20,77,18); }

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

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

 span { border-color: rgb(20,77,18); }

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