Html Css Color HEX #144701 Myrtle

📋 copy color: '#144701'

red 20 ◦ green 71 ◦ blue 1

#144701
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #144701

Tints of Myrtle #144701

RGB

 RED value IS 20 (8.2% from 255) = 21.74%

 GREEN value IS 71 (28.13% 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 value IS 0.72

 M value IS 0

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#144701 (or 0x144701) is known color: 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

RGB 20 71 1 -
CMYK 0.72 0 0.99 0.72
HSL 103.71º 0.97% 0.14% -
HSV(B) 103.71º 0.99% 0.28% -
XYZ 2.55 4.66 0.79 -
YUV 47.77 101.6 108.19 -
System Red Green Blue C M Y K H S L
Decimal 20 71 1 0.72 0 0.99 0.72 103.71 0.97 0.14
Hex 14 47 1 48 0 63 48 68 61 E
Octal 24 107 1 110 0 143 110 150 141 16
Binary 10100 1000111 1 1001000 0 1100011 1001000 1101000 1100001 1110

Color Harmonies of #144701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144701

Black with #144701

Text Example


Text Example

White with #144701

Text Example


Text Example

HTML Codes & Css Web 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>