#145A01

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

Shades of Myrtle #145A01

Tints of Myrtle #145A01

Color information

#145A01 (or 0x145A01) is unknown color: approx Myrtle. HEX triplet: 14, 5A and 01. RGB value is (20,90,1). Sum of RGB (Red+Green+Blue) = 20+90+1=111 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.02% from 111); Green value is 90 (35.55% from 255 or 81.08% from 111); Blue value is 1 (0.78% from 255 or 0.90% from 111); Max value from RGB is 90 - color contains mainly: green. Hex color #145A01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145A01 is #EBA5FE. Grayscale: #3B3B3B. Windows color (decimal): -15443455 or 88596. OLE color: 88596.

HSL color Cylindrical-coordinate representation of color #145A01: hue angle of 107.19º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #145A01 is Cyan = 0.78, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB20901-
CMYK0.7800.990.65
HSL107.19º97.8%17.84%-
HSV(B)107.19º98.89%35.29%-
XYZ3.957.461.26-
YUV58.9295.31100.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.02%
GREEN value IS 90 (35.55% from 255) = 81.08%
BLUE value IS 1 (0.78% from 255) = 0.90%
R=18.02%
G=81.08%
B=0.90%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal209010.7800.990.65107.1997.817.84
Hex145A14E063416b6212
Octal241321116014310115314222
Binary101001011010110011100110001110000011101011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145A01; }

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

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

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

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

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

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

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

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