#144904

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

Shades of Myrtle #144904

Tints of Myrtle #144904

Color information

#144904 (or 0x144904) is unknown color: approx Myrtle. HEX triplet: 14, 49 and 04. RGB value is (20,73,4). Sum of RGB (Red+Green+Blue) = 20+73+4=97 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.62% from 97); Green value is 73 (28.91% from 255 or 75.26% from 97); Blue value is 4 (1.95% from 255 or 4.12% from 97); Max value from RGB is 73 - color contains mainly: green. Hex color #144904 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144904 is #EBB6FB. Grayscale: #313131. Windows color (decimal): -15447804 or 280852. OLE color: 280852.

HSL color Cylindrical-coordinate representation of color #144904: hue angle of 106.09º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #144904 is Cyan = 0.73, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.71.

Color convert

RGB20734-
CMYK0.7300.950.71
HSL106.09º89.61%15.1%-
HSV(B)106.09º94.52%28.63%-
XYZ2.694.920.92-
YUV49.29102.44107.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.62%
GREEN value IS 73 (28.91% from 255) = 75.26%
BLUE value IS 4 (1.95% from 255) = 4.12%
R=20.62%
G=75.26%
B=4.12%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal207340.7300.950.71106.0989.6115.1
Hex144944905F476a5af
Octal241114111013710715213217
Binary1010010010011001001001010111111000111110101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144904; }

 p { color: rgb(20,73,4); }

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

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

 a { background-color: rgb(20,73,4); }

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

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

 span { border-color: rgb(20,73,4); }

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