Html Css Color HEX #144715 Myrtle

📋 copy color: '#144715'

red 20 ◦ green 71 ◦ blue 21

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

Shades of Myrtle #144715

Tints of Myrtle #144715

RGB

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

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

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

R = 17.86%
G = 63.39%
B = 18.75%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.70

 K value IS 0.72

RGB Variations

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

Color information

#144715 (or 0x144715) is known color: Myrtle. HEX triplet: 14, 47 and 15. RGB value is (20,71,21). Sum of RGB (Red+Green+Blue) = 20+71+21=112 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.86% from 112); Green value is 71 (28.12% from 255 or 63.39% from 112); Blue value is 21 (8.59% from 255 or 18.75% from 112); Max value from RGB is 71 - color contains mainly: green. Hex color #144715 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144715 is #EBB8EA. Grayscale: #323232. Windows color (decimal): -15448299 or 1394452. OLE color: 1394452.

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

Color convert

RGB 20 71 21 -
CMYK 0.72 0 0.70 0.72
HSL 121.18º 0.56% 0.18% -
HSV(B) 121.18º 0.72% 0.28% -
XYZ 2.68 4.71 1.48 -
YUV 50.05 111.6 106.57 -
System Red Green Blue C M Y K H S L
Decimal 20 71 21 0.72 0 0.70 0.72 121.18 0.56 0.18
Hex 14 47 15 48 0 46 48 79 38 12
Octal 24 107 25 110 0 106 110 171 70 22
Binary 10100 1000111 10101 1001000 0 1000110 1001000 1111001 111000 10010

Color Harmonies of #144715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144715

Black with #144715

Text Example


Text Example

White with #144715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144715; }

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

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

background-color css

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

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

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

border-color css

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

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

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