Html Css Color HEX #144C01 Myrtle

📋 copy color: '#144C01'

red 20 ◦ green 76 ◦ blue 1

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

Shades of Myrtle #144C01

Tints of Myrtle #144C01

RGB

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

 GREEN value IS 76 (30.08% from 255) = 78.35%

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

R = 20.62%
G = 78.35%
B = 1.03%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.99

 K value IS 0.70

RGB Variations

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

Color information

#144C01 (or 0x144C01) is known color: Myrtle. HEX triplet: 14, 4C and 01. RGB value is (20,76,1). Sum of RGB (Red+Green+Blue) = 20+76+1=97 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.62% from 97); Green value is 76 (30.08% from 255 or 78.35% from 97); Blue value is 1 (0.78% from 255 or 1.03% from 97); Max value from RGB is 76 - color contains mainly: green. Hex color #144C01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144C01 is #EBB3FE. Grayscale: #323232. Windows color (decimal): -15447039 or 85012. OLE color: 85012.

HSL color Cylindrical-coordinate representation of color #144C01: hue angle of 104.8º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #144C01 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.70.

Color convert

RGB 20 76 1 -
CMYK 0.74 0 0.99 0.70
HSL 104.8º 0.97% 0.15% -
HSV(B) 104.8º 0.99% 0.3% -
XYZ 2.88 5.32 0.9 -
YUV 50.71 99.95 106.1 -
System Red Green Blue C M Y K H S L
Decimal 20 76 1 0.74 0 0.99 0.70 104.8 0.97 0.15
Hex 14 4C 1 4A 0 63 46 69 61 F
Octal 24 114 1 112 0 143 106 151 141 17
Binary 10100 1001100 1 1001010 0 1100011 1000110 1101001 1100001 1111

Color Harmonies of #144C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144C01

Black with #144C01

Text Example


Text Example

White with #144C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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