Html Css Color HEX #144700 Myrtle

📋 copy color: '#144700'

red 20 ◦ green 71 ◦ blue 0

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

Shades of Myrtle #144700

Tints of Myrtle #144700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 21.98%
G = 78.02%
B = 0%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#144700 (or 0x144700) is known color: Myrtle. HEX triplet: 14, 47 and 00. RGB value is (20,71,0). Sum of RGB (Red+Green+Blue) = 20+71+0=91 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.98% from 91); Green value is 71 (28.12% from 255 or 78.02% from 91); Blue value is 0 (0.39% from 255 or 0% from 91); Max value from RGB is 71 - color contains mainly: green. Hex color #144700 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144700 is #EBB8FF. Grayscale: #2F2F2F. Windows color (decimal): -15448320 or 18196. OLE color: 18196.

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

Color convert

RGB 20 71 0 -
CMYK 0.72 0 1 0.72
HSL 103.1º 1% 0.14% -
HSV(B) 103.1º 1% 0.28% -
XYZ 2.54 4.66 0.76 -
YUV 47.66 101.1 108.27 -
System Red Green Blue C M Y K H S L
Decimal 20 71 0 0.72 0 1 0.72 103.1 1 0.14
Hex 14 47 0 48 0 64 48 67 64 E
Octal 24 107 0 110 0 144 110 147 144 16
Binary 10100 1000111 0 1001000 0 1100100 1001000 1100111 1100100 1110

Color Harmonies of #144700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144700

Black with #144700

Text Example


Text Example

White with #144700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144700; }

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

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

background-color css

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

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

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

border-color css

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

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

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