Html Css Color HEX #144901 Myrtle

📋 copy color: '#144901'

red 20 ◦ green 73 ◦ blue 1

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

Shades of Myrtle #144901

Tints of Myrtle #144901

RGB

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

 GREEN value IS 73 (28.91% from 255) = 77.66%

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

R = 21.28%
G = 77.66%
B = 1.06%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#144901 (or 0x144901) is known color: Myrtle. HEX triplet: 14, 49 and 01. RGB value is (20,73,1). Sum of RGB (Red+Green+Blue) = 20+73+1=94 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.28% from 94); Green value is 73 (28.91% from 255 or 77.66% from 94); Blue value is 1 (0.78% from 255 or 1.06% from 94); Max value from RGB is 73 - color contains mainly: green. Hex color #144901 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144901 is #EBB6FE. Grayscale: #313131. Windows color (decimal): -15447807 or 84244. OLE color: 84244.

HSL color Cylindrical-coordinate representation of color #144901: hue angle of 104.17º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #144901 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.

Color convert

RGB 20 73 1 -
CMYK 0.73 0 0.99 0.71
HSL 104.17º 0.97% 0.15% -
HSV(B) 104.17º 0.99% 0.29% -
XYZ 2.68 4.92 0.84 -
YUV 48.95 100.94 107.35 -
System Red Green Blue C M Y K H S L
Decimal 20 73 1 0.73 0 0.99 0.71 104.17 0.97 0.15
Hex 14 49 1 49 0 63 47 68 61 F
Octal 24 111 1 111 0 143 107 150 141 17
Binary 10100 1001001 1 1001001 0 1100011 1000111 1101000 1100001 1111

Color Harmonies of #144901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144901

Black with #144901

Text Example


Text Example

White with #144901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144901; }

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

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

background-color css

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

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

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

border-color css

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

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

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