#144818

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

Shades of Myrtle #144818

Tints of Myrtle #144818

Color information

#144818 (or 0x144818) is unknown color: approx Myrtle. HEX triplet: 14, 48 and 18. RGB value is (20,72,24). Sum of RGB (Red+Green+Blue) = 20+72+24=116 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.24% from 116); Green value is 72 (28.52% from 255 or 62.07% from 116); Blue value is 24 (9.77% from 255 or 20.69% from 116); Max value from RGB is 72 - color contains mainly: green. Hex color #144818 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144818 is #EBB7E7. Grayscale: #333333. Windows color (decimal): -15448040 or 1591316. OLE color: 1591316.

HSL color Cylindrical-coordinate representation of color #144818: hue angle of 124.62º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #144818 is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.72.

Color convert

RGB207224-
CMYK0.7200.670.72
HSL124.62º56.52%18.04%-
HSV(B)124.62º72.22%28.24%-
XYZ2.774.851.65-
YUV50.98112.77105.9-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.24%
GREEN value IS 72 (28.52% from 255) = 62.07%
BLUE value IS 24 (9.77% from 255) = 20.69%
R=17.24%
G=62.07%
B=20.69%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2072240.7200.670.72124.6256.5218.04
Hex14481848043487d3912
Octal241103011001031101757122
Binary101001001000110001001000010000111001000111110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144818; }

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

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

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

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

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

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

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

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