Html Css Color HEX #144710 Myrtle

📋 copy color: '#144710'

red 20 ◦ green 71 ◦ blue 16

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

Shades of Myrtle #144710

Tints of Myrtle #144710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 14.95%

R = 18.69%
G = 66.36%
B = 14.95%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#144710 (or 0x144710) is known color: Myrtle. HEX triplet: 14, 47 and 10. RGB value is (20,71,16). Sum of RGB (Red+Green+Blue) = 20+71+16=107 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.69% from 107); Green value is 71 (28.12% from 255 or 66.36% from 107); Blue value is 16 (6.64% from 255 or 14.95% from 107); Max value from RGB is 71 - color contains mainly: green. Hex color #144710 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144710 is #EBB8EF. Grayscale: #313131. Windows color (decimal): -15448304 or 1066772. OLE color: 1066772.

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

Color convert

RGB 20 71 16 -
CMYK 0.72 0 0.77 0.72
HSL 115.64º 0.63% 0.17% -
HSV(B) 115.64º 0.77% 0.28% -
XYZ 2.64 4.69 1.26 -
YUV 49.48 109.1 106.97 -
System Red Green Blue C M Y K H S L
Decimal 20 71 16 0.72 0 0.77 0.72 115.64 0.63 0.17
Hex 14 47 10 48 0 4D 48 74 3F 11
Octal 24 107 20 110 0 115 110 164 77 21
Binary 10100 1000111 10000 1001000 0 1001101 1001000 1110100 111111 10001

Color Harmonies of #144710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144710

Black with #144710

Text Example


Text Example

White with #144710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144710; }

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

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

background-color css

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

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

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

border-color css

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

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

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