#145901

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

Shades of Myrtle #145901

Tints of Myrtle #145901

Color information

#145901 (or 0x145901) is unknown color: approx Myrtle. HEX triplet: 14, 59 and 01. RGB value is (20,89,1). Sum of RGB (Red+Green+Blue) = 20+89+1=110 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.18% from 110); Green value is 89 (35.16% from 255 or 80.91% from 110); Blue value is 1 (0.78% from 255 or 0.91% from 110); Max value from RGB is 89 - color contains mainly: green. Hex color #145901 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145901 is #EBA6FE. Grayscale: #3A3A3A. Windows color (decimal): -15443711 or 88340. OLE color: 88340.

HSL color Cylindrical-coordinate representation of color #145901: hue angle of 107.05º 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 #145901 is Cyan = 0.78, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB20891-
CMYK0.7800.990.65
HSL107.05º97.78%17.65%-
HSV(B)107.05º98.88%34.9%-
XYZ3.877.31.23-
YUV58.3495.64100.66-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.18%
GREEN value IS 89 (35.16% from 255) = 80.91%
BLUE value IS 1 (0.78% from 255) = 0.91%
R=18.18%
G=80.91%
B=0.91%

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
Decimal208910.7800.990.65107.0597.7817.65
Hex145914E063416b6212
Octal241311116014310115314222
Binary101001011001110011100110001110000011101011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145901; }

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

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

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

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

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

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

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

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