Html Css Color HEX #144801 Myrtle

📋 copy color: '#144801'

red 20 ◦ green 72 ◦ blue 1

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

Shades of Myrtle #144801

Tints of Myrtle #144801

RGB

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

 GREEN value IS 72 (28.52% from 255) = 77.42%

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

R = 21.51%
G = 77.42%
B = 1.08%

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

#144801 (or 0x144801) is known color: Myrtle. HEX triplet: 14, 48 and 01. RGB value is (20,72,1). Sum of RGB (Red+Green+Blue) = 20+72+1=93 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.51% from 93); Green value is 72 (28.52% from 255 or 77.42% from 93); Blue value is 1 (0.78% from 255 or 1.08% from 93); Max value from RGB is 72 - color contains mainly: green. Hex color #144801 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144801 is #EBB7FE. Grayscale: #303030. Windows color (decimal): -15448063 or 83988. OLE color: 83988.

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

Color convert

RGB 20 72 1 -
CMYK 0.72 0 0.99 0.72
HSL 103.94º 0.97% 0.14% -
HSV(B) 103.94º 0.99% 0.28% -
XYZ 2.61 4.79 0.81 -
YUV 48.36 101.27 107.77 -
System Red Green Blue C M Y K H S L
Decimal 20 72 1 0.72 0 0.99 0.72 103.94 0.97 0.14
Hex 14 48 1 48 0 63 48 68 61 E
Octal 24 110 1 110 0 143 110 150 141 16
Binary 10100 1001000 1 1001000 0 1100011 1001000 1101000 1100001 1110

Color Harmonies of #144801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144801

Black with #144801

Text Example


Text Example

White with #144801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144801; }

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

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

background-color css

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

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

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

border-color css

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

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

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