#144701

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

Shades of Myrtle #144701

Tints of Myrtle #144701

Color information

#144701 (or 0x144701) is unknown color: approx Myrtle. HEX triplet: 14, 47 and 01. RGB value is (20,71,1). Sum of RGB (Red+Green+Blue) = 20+71+1=92 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.74% from 92); Green value is 71 (28.12% from 255 or 77.17% from 92); Blue value is 1 (0.78% from 255 or 1.09% from 92); Max value from RGB is 71 - color contains mainly: green. Hex color #144701 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144701 is #EBB8FE. Grayscale: #303030. Windows color (decimal): -15448319 or 83732. OLE color: 83732.

HSL color Cylindrical-coordinate representation of color #144701: hue angle of 103.71º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #144701 is Cyan = 0.72, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB20711-
CMYK0.7200.990.72
HSL103.71º97.22%14.12%-
HSV(B)103.71º98.59%27.84%-
XYZ2.554.660.79-
YUV47.77101.6108.19-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.74%
GREEN value IS 71 (28.12% from 255) = 77.17%
BLUE value IS 1 (0.78% from 255) = 1.09%
R=21.74%
G=77.17%
B=1.09%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal207110.7200.990.72103.7197.2214.12
Hex1447148063486861e
Octal241071110014311015014116
Binary10100100011111001000011000111001000110100011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144701; }

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

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

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

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

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

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

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

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