#145401

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

Shades of Myrtle #145401

Tints of Myrtle #145401

Color information

#145401 (or 0x145401) is unknown color: approx Myrtle. HEX triplet: 14, 54 and 01. RGB value is (20,84,1). Sum of RGB (Red+Green+Blue) = 20+84+1=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 84 (33.20% from 255 or 80% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 84 - color contains mainly: green. Hex color #145401 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145401 is #EBABFE. Grayscale: #373737. Windows color (decimal): -15444991 or 87060. OLE color: 87060.

HSL color Cylindrical-coordinate representation of color #145401: hue angle of 106.27º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #145401 is Cyan = 0.76, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB20841-
CMYK0.7600.990.67
HSL106.27º97.65%16.67%-
HSV(B)106.27º98.81%32.94%-
XYZ3.466.491.1-
YUV55.497.3102.75-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.05%
GREEN value IS 84 (33.20% from 255) = 80%
BLUE value IS 1 (0.78% from 255) = 0.95%
R=19.05%
G=80%
B=0.95%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal208410.7600.990.67106.2797.6516.67
Hex145414C063436a6211
Octal241241114014310315214221
Binary101001010100110011000110001110000111101010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145401; }

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

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

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

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

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

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

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

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