#143711

Color #143711 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #143711

Tints of Myrtle #143711

Color information

#143711 (or 0x143711) is unknown color: approx 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

RGB205517-
CMYK0.6400.690.78
HSL115.26º52.78%14.12%-
HSV(B)115.26º69.09%21.57%-
XYZ1.762.921-
YUV40.2114.9113.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% 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 (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2055170.6400.690.78115.2652.7814.12
Hex143711400454E7335e
Octal24672110001051161636516
Binary1010011011110001100000001000101100111011100111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>