Html Css Color HEX #144F01 Myrtle

📋 copy color: '#144F01'

red 20 ◦ green 79 ◦ blue 1

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

Shades of Myrtle #144F01

Tints of Myrtle #144F01

RGB

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

 GREEN value IS 79 (31.25% from 255) = 79%

 BLUE value IS 1 (0.78% from 255) = 1%

R = 20%
G = 79%
B = 1%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#144F01 (or 0x144F01) is known color: Myrtle. HEX triplet: 14, 4F and 01. RGB value is (20,79,1). Sum of RGB (Red+Green+Blue) = 20+79+1=100 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20% from 100); Green value is 79 (31.25% from 255 or 79% from 100); Blue value is 1 (0.78% from 255 or 1% from 100); Max value from RGB is 79 - color contains mainly: green. Hex color #144F01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #144F01 is #EBB0FE. Grayscale: #343434. Windows color (decimal): -15446271 or 85780. OLE color: 85780.

HSL color Cylindrical-coordinate representation of color #144F01: hue angle of 105.38º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #144F01 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.

Color convert

RGB 20 79 1 -
CMYK 0.75 0 0.99 0.69
HSL 105.38º 0.98% 0.16% -
HSV(B) 105.38º 0.99% 0.31% -
XYZ 3.09 5.74 0.97 -
YUV 52.47 98.95 104.84 -
System Red Green Blue C M Y K H S L
Decimal 20 79 1 0.75 0 0.99 0.69 105.38 0.98 0.16
Hex 14 4F 1 4B 0 63 45 69 62 10
Octal 24 117 1 113 0 143 105 151 142 20
Binary 10100 1001111 1 1001011 0 1100011 1000101 1101001 1100010 10000

Color Harmonies of #144F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144F01

Black with #144F01

Text Example


Text Example

White with #144F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144F01; }

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

 H1.HeaderClassName
 {
   color: #144F01;
 }
 .AnyTagClassName
 {
   color: #144F01;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #144F01;
 }
 .BgClassName
 {
   background-color: #144F01;
 }
</style>

border-color css

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

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

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