#143511

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

Shades of Myrtle #143511

Tints of Myrtle #143511

Color information

#143511 (or 0x143511) is unknown color: approx Myrtle. HEX triplet: 14, 35 and 11. RGB value is (20,53,17). Sum of RGB (Red+Green+Blue) = 20+53+17=90 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.22% from 90); Green value is 53 (21.09% from 255 or 58.89% from 90); Blue value is 17 (7.03% from 255 or 18.89% from 90); Max value from RGB is 53 - color contains mainly: green. Hex color #143511 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143511 is #EBCAEE. Grayscale: #272727. Windows color (decimal): -15452911 or 1127700. OLE color: 1127700.

HSL color Cylindrical-coordinate representation of color #143511: hue angle of 115º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #143511 is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.79.

Color convert

RGB205317-
CMYK0.6200.680.79
HSL115º51.43%13.73%-
HSV(B)115º67.92%20.78%-
XYZ1.662.740.97-
YUV39.03115.57114.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.22%
GREEN value IS 53 (21.09% from 255) = 58.89%
BLUE value IS 17 (7.03% from 255) = 18.89%
R=22.22%
G=58.89%
B=18.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2053170.6200.680.7911551.4313.73
Hex1435113E0444F7333e
Octal2465217601041171636316
Binary101001101011000111111001000100100111111100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143511; }

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

 H1.HeaderClassName
 {
   color: #143511;
 }
 .AnyTagClassName
 {
   color: #143511;
 }
</style>
background-color css

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

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

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

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

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

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