#143115

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

Shades of Myrtle #143115

Tints of Myrtle #143115

Color information

#143115 (or 0x143115) is unknown color: approx Myrtle. HEX triplet: 14, 31 and 15. RGB value is (20,49,21). Sum of RGB (Red+Green+Blue) = 20+49+21=90 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.22% from 90); Green value is 49 (19.53% from 255 or 54.44% from 90); Blue value is 21 (8.59% from 255 or 23.33% from 90); Max value from RGB is 49 - color contains mainly: green. Hex color #143115 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143115 is #EBCEEA. Grayscale: #252525. Windows color (decimal): -15453931 or 1388820. OLE color: 1388820.

HSL color Cylindrical-coordinate representation of color #143115: hue angle of 122.07º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #143115 is Cyan = 0.59, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.81.

Color convert

RGB204921-
CMYK0.5900.570.81
HSL122.07º42.03%13.53%-
HSV(B)122.07º59.18%19.22%-
XYZ1.522.41.09-
YUV37.14118.89115.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.22%
GREEN value IS 49 (19.53% from 255) = 54.44%
BLUE value IS 21 (8.59% from 255) = 23.33%
R=22.22%
G=54.44%
B=23.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2049210.5900.570.81122.0742.0313.53
Hex1431153B039517a2ae
Octal246125730711211725216
Binary10100110001101011110110111001101000111110101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143115; }

 p { color: rgb(20,49,21); }

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

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

 a { background-color: rgb(20,49,21); }

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

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

 span { border-color: rgb(20,49,21); }

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