Html Css Color HEX #144914 Myrtle

📋 copy color: '#144914'

red 20 ◦ green 73 ◦ blue 20

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

Shades of Myrtle #144914

Tints of Myrtle #144914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 17.7%

R = 17.7%
G = 64.6%
B = 17.7%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#144914 (or 0x144914) is known color: Myrtle. HEX triplet: 14, 49 and 14. RGB value is (20,73,20). Sum of RGB (Red+Green+Blue) = 20+73+20=113 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.70% from 113); Green value is 73 (28.91% from 255 or 64.60% from 113); Blue value is 20 (8.20% from 255 or 17.70% from 113); Max value from RGB is 73 - color contains mainly: green. Hex color #144914 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144914 is #EBB6EB. Grayscale: #333333. Windows color (decimal): -15447788 or 1329428. OLE color: 1329428.

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

Color convert

RGB 20 73 20 -
CMYK 0.73 0 0.73 0.71
HSL 120º 0.57% 0.18% -
HSV(B) 120º 0.73% 0.29% -
XYZ 2.8 4.96 1.47 -
YUV 51.11 110.44 105.81 -
System Red Green Blue C M Y K H S L
Decimal 20 73 20 0.73 0 0.73 0.71 120 0.57 0.18
Hex 14 49 14 49 0 49 47 78 39 12
Octal 24 111 24 111 0 111 107 170 71 22
Binary 10100 1001001 10100 1001001 0 1001001 1000111 1111000 111001 10010

Color Harmonies of #144914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144914

Black with #144914

Text Example


Text Example

White with #144914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144914; }

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

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

background-color css

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

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

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

border-color css

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

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

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