#144001

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

Shades of Myrtle #144001

Tints of Myrtle #144001

Color information

#144001 (or 0x144001) is unknown color: approx Myrtle. HEX triplet: 14, 40 and 01. RGB value is (20,64,1). Sum of RGB (Red+Green+Blue) = 20+64+1=85 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.53% from 85); Green value is 64 (25.39% from 255 or 75.29% from 85); Blue value is 1 (0.78% from 255 or 1.18% from 85); Max value from RGB is 64 - color contains mainly: green. Hex color #144001 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144001 is #EBBFFE. Grayscale: #2B2B2B. Windows color (decimal): -15450111 or 81940. OLE color: 81940.

HSL color Cylindrical-coordinate representation of color #144001: hue angle of 101.9º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #144001 is Cyan = 0.69, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB20641-
CMYK0.6900.980.75
HSL101.9º96.92%12.75%-
HSV(B)101.9º98.44%25.1%-
XYZ2.133.820.65-
YUV43.66103.92111.12-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 23.53%
GREEN value IS 64 (25.39% from 255) = 75.29%
BLUE value IS 1 (0.78% from 255) = 1.18%
R=23.53%
G=75.29%
B=1.18%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal206410.6900.980.75101.996.9212.75
Hex14401450624B6661d
Octal241001105014211314614115
Binary10100100000011000101011000101001011110011011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144001; }

 p { color: rgb(20,64,1); }

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

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

 a { background-color: rgb(20,64,1); }

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

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

 span { border-color: rgb(20,64,1); }

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