Html Css Color HEX #144915 Myrtle

📋 copy color: '#144915'

red 20 ◦ green 73 ◦ blue 21

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

Shades of Myrtle #144915

Tints of Myrtle #144915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 18.42%

R = 17.54%
G = 64.04%
B = 18.42%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.71

 K value IS 0.71

RGB Variations

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

Color information

#144915 (or 0x144915) is known color: Myrtle. HEX triplet: 14, 49 and 15. RGB value is (20,73,21). Sum of RGB (Red+Green+Blue) = 20+73+21=114 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.54% from 114); Green value is 73 (28.91% from 255 or 64.04% from 114); Blue value is 21 (8.59% from 255 or 18.42% from 114); Max value from RGB is 73 - color contains mainly: green. Hex color #144915 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144915 is #EBB6EA. Grayscale: #333333. Windows color (decimal): -15447787 or 1394964. OLE color: 1394964.

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

Color convert

RGB 20 73 21 -
CMYK 0.73 0 0.71 0.71
HSL 121.13º 0.57% 0.18% -
HSV(B) 121.13º 0.73% 0.29% -
XYZ 2.81 4.97 1.52 -
YUV 51.23 110.94 105.73 -
System Red Green Blue C M Y K H S L
Decimal 20 73 21 0.73 0 0.71 0.71 121.13 0.57 0.18
Hex 14 49 15 49 0 47 47 79 39 12
Octal 24 111 25 111 0 107 107 171 71 22
Binary 10100 1001001 10101 1001001 0 1000111 1000111 1111001 111001 10010

Color Harmonies of #144915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144915

Black with #144915

Text Example


Text Example

White with #144915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144915; }

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

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

background-color css

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

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

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

border-color css

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

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

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