#143215

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

Shades of Myrtle #143215

Tints of Myrtle #143215

Color information

#143215 (or 0x143215) is unknown color: approx Myrtle. HEX triplet: 14, 32 and 15. RGB value is (20,50,21). Sum of RGB (Red+Green+Blue) = 20+50+21=91 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.98% from 91); Green value is 50 (19.92% from 255 or 54.95% from 91); Blue value is 21 (8.59% from 255 or 23.08% from 91); Max value from RGB is 50 - color contains mainly: green. Hex color #143215 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143215 is #EBCDEA. Grayscale: #252525. Windows color (decimal): -15453675 or 1389076. OLE color: 1389076.

HSL color Cylindrical-coordinate representation of color #143215: hue angle of 122º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #143215 is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.80.

Color convert

RGB205021-
CMYK0.6000.580.80
HSL122º42.86%13.73%-
HSV(B)122º60%19.61%-
XYZ1.562.481.11-
YUV37.72118.56115.36-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.98%
GREEN value IS 50 (19.92% from 255) = 54.95%
BLUE value IS 21 (8.59% from 255) = 23.08%
R=21.98%
G=54.95%
B=23.08%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2050210.6000.580.8012242.8613.73
Hex1432153C03A507a2be
Octal246225740721201725316
Binary10100110010101011111000111010101000011110101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143215; }

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

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

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

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

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

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

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

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