#144418

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

Shades of Myrtle #144418

Tints of Myrtle #144418

Color information

#144418 (or 0x144418) is unknown color: approx Myrtle. HEX triplet: 14, 44 and 18. RGB value is (20,68,24). Sum of RGB (Red+Green+Blue) = 20+68+24=112 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.86% from 112); Green value is 68 (26.95% from 255 or 60.71% from 112); Blue value is 24 (9.77% from 255 or 21.43% from 112); Max value from RGB is 68 - color contains mainly: green. Hex color #144418 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144418 is #EBBBE7. Grayscale: #303030. Windows color (decimal): -15449064 or 1590292. OLE color: 1590292.

HSL color Cylindrical-coordinate representation of color #144418: hue angle of 125º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #144418 is Cyan = 0.71, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.73.

Color convert

RGB206824-
CMYK0.7100.650.73
HSL125º54.55%17.25%-
HSV(B)125º70.59%26.67%-
XYZ2.524.351.57-
YUV48.63114.1107.58-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.86%
GREEN value IS 68 (26.95% from 255) = 60.71%
BLUE value IS 24 (9.77% from 255) = 21.43%
R=17.86%
G=60.71%
B=21.43%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2068240.7100.650.7312554.5517.25
Hex14441847041497d3711
Octal241043010701011111756721
Binary101001000100110001000111010000011001001111110111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144418; }

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

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

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

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

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

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

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

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