#144E00

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

Shades of Myrtle #144E00

Tints of Myrtle #144E00

Color information

#144E00 (or 0x144E00) is unknown color: approx Myrtle. HEX triplet: 14, 4E and 00. RGB value is (20,78,0). Sum of RGB (Red+Green+Blue) = 20+78+0=98 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.41% from 98); Green value is 78 (30.86% from 255 or 79.59% from 98); Blue value is 0 (0.39% from 255 or 0% from 98); Max value from RGB is 78 - color contains mainly: green. Hex color #144E00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #144E00 is #EBB1FF. Grayscale: #343434. Windows color (decimal): -15446528 or 19988. OLE color: 19988.

HSL color Cylindrical-coordinate representation of color #144E00: hue angle of 104.62º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #144E00 is Cyan = 0.74, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.69.

Color convert

RGB20780-
CMYK0.74010.69
HSL104.62º100%15.29%-
HSV(B)104.62º100%30.59%-
XYZ3.015.60.92-
YUV51.7798.78105.34-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.41%
GREEN value IS 78 (30.86% from 255) = 79.59%
BLUE value IS 0 (0.39% from 255) = 0%
R=20.41%
G=79.59%
B=0%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal207800.74010.69104.6210015.29
Hex144E04A064456964f
Octal241160112014410515114417
Binary10100100111001001010011001001000101110100111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,78,0); }

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

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

 a { background-color: rgb(20,78,0); }

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

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

 span { border-color: rgb(20,78,0); }

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