Html Css Color HEX #144716 Myrtle

📋 copy color: '#144716'

red 20 ◦ green 71 ◦ blue 22

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

Shades of Myrtle #144716

Tints of Myrtle #144716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 19.47%

R = 17.7%
G = 62.83%
B = 19.47%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#144716 (or 0x144716) is known color: Myrtle. HEX triplet: 14, 47 and 16. RGB value is (20,71,22). Sum of RGB (Red+Green+Blue) = 20+71+22=113 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.70% from 113); Green value is 71 (28.12% from 255 or 62.83% from 113); Blue value is 22 (8.98% from 255 or 19.47% from 113); Max value from RGB is 71 - color contains mainly: green. Hex color #144716 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144716 is #EBB8E9. Grayscale: #323232. Windows color (decimal): -15448298 or 1459988. OLE color: 1459988.

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

Color convert

RGB 20 71 22 -
CMYK 0.72 0 0.69 0.72
HSL 122.35º 0.56% 0.18% -
HSV(B) 122.35º 0.72% 0.28% -
XYZ 2.69 4.71 1.53 -
YUV 50.17 112.1 106.48 -
System Red Green Blue C M Y K H S L
Decimal 20 71 22 0.72 0 0.69 0.72 122.35 0.56 0.18
Hex 14 47 16 48 0 45 48 7A 38 12
Octal 24 107 26 110 0 105 110 172 70 22
Binary 10100 1000111 10110 1001000 0 1000101 1001000 1111010 111000 10010

Color Harmonies of #144716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144716

Black with #144716

Text Example


Text Example

White with #144716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144716; }

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

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

background-color css

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

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

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

border-color css

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

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

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