Html Css Color HEX #144718 Myrtle

📋 copy color: '#144718'

red 20 ◦ green 71 ◦ blue 24

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

Shades of Myrtle #144718

Tints of Myrtle #144718

RGB

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

 GREEN value IS 71 (28.13% from 255) = 61.74%

 BLUE value IS 24 (9.77% from 255) = 20.87%

R = 17.39%
G = 61.74%
B = 20.87%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.66

 K value IS 0.72

RGB Variations

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

Color information

#144718 (or 0x144718) is known color: Myrtle. HEX triplet: 14, 47 and 18. RGB value is (20,71,24). Sum of RGB (Red+Green+Blue) = 20+71+24=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 71 (28.12% from 255 or 61.74% from 115); Blue value is 24 (9.77% from 255 or 20.87% from 115); Max value from RGB is 71 - color contains mainly: green. Hex color #144718 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144718 is #EBB8E7. Grayscale: #323232. Windows color (decimal): -15448296 or 1591060. OLE color: 1591060.

HSL color Cylindrical-coordinate representation of color #144718: hue angle of 124.71º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #144718 is Cyan = 0.72, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 71 24 -
CMYK 0.72 0 0.66 0.72
HSL 124.71º 0.56% 0.18% -
HSV(B) 124.71º 0.72% 0.28% -
XYZ 2.71 4.72 1.63 -
YUV 50.39 113.1 106.32 -
System Red Green Blue C M Y K H S L
Decimal 20 71 24 0.72 0 0.66 0.72 124.71 0.56 0.18
Hex 14 47 18 48 0 42 48 7D 38 12
Octal 24 107 30 110 0 102 110 175 70 22
Binary 10100 1000111 11000 1001000 0 1000010 1001000 1111101 111000 10010

Color Harmonies of #144718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144718

Black with #144718

Text Example


Text Example

White with #144718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144718; }

 p { color: rgb(20,71,24); }

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

background-color css

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

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

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

border-color css

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

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

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