Html Css Color HEX #143711 Myrtle

📋 copy color: '#143711'

red 20 ◦ green 55 ◦ blue 17

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

Shades of Myrtle #143711

Tints of Myrtle #143711

RGB

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

 GREEN value IS 55 (21.88% from 255) = 59.78%

 BLUE value IS 17 (7.03% from 255) = 18.48%

R = 21.74%
G = 59.78%
B = 18.48%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.69

 K value IS 0.78

RGB Variations

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

Color information

#143711 (or 0x143711) is known color: Myrtle. HEX triplet: 14, 37 and 11. RGB value is (20,55,17). Sum of RGB (Red+Green+Blue) = 20+55+17=92 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.74% from 92); Green value is 55 (21.88% from 255 or 59.78% from 92); Blue value is 17 (7.03% from 255 or 18.48% from 92); Max value from RGB is 55 - color contains mainly: green. Hex color #143711 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143711 is #EBC8EE. Grayscale: #282828. Windows color (decimal): -15452399 or 1128212. OLE color: 1128212.

HSL color Cylindrical-coordinate representation of color #143711: hue angle of 115.26º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #143711 is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.78.

Color convert

RGB 20 55 17 -
CMYK 0.64 0 0.69 0.78
HSL 115.26º 0.53% 0.14% -
HSV(B) 115.26º 0.69% 0.22% -
XYZ 1.76 2.92 1 -
YUV 40.2 114.9 113.59 -
System Red Green Blue C M Y K H S L
Decimal 20 55 17 0.64 0 0.69 0.78 115.26 0.53 0.14
Hex 14 37 11 40 0 45 4E 73 35 E
Octal 24 67 21 100 0 105 116 163 65 16
Binary 10100 110111 10001 1000000 0 1000101 1001110 1110011 110101 1110

Color Harmonies of #143711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143711

Black with #143711

Text Example


Text Example

White with #143711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143711; }

 p { color: rgb(20,55,17); }

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

background-color css

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

 a { background-color: rgb(20,55,17); }

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

border-color css

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

 span { border-color: rgb(20,55,17); }

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