#143213

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

Shades of Myrtle #143213

Tints of Myrtle #143213

Color information

#143213 (or 0x143213) is unknown color: approx Myrtle. HEX triplet: 14, 32 and 13. RGB value is (20,50,19). Sum of RGB (Red+Green+Blue) = 20+50+19=89 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.47% from 89); Green value is 50 (19.92% from 255 or 56.18% from 89); Blue value is 19 (7.81% from 255 or 21.35% from 89); Max value from RGB is 50 - color contains mainly: green. Hex color #143213 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143213 is #EBCDEC. Grayscale: #252525. Windows color (decimal): -15453677 or 1258004. OLE color: 1258004.

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

Color convert

RGB205019-
CMYK0.6000.620.80
HSL118.06º44.93%13.53%-
HSV(B)118.06º62%19.61%-
XYZ1.552.481.01-
YUV37.5117.56115.52-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.47%
GREEN value IS 50 (19.92% from 255) = 56.18%
BLUE value IS 19 (7.81% from 255) = 21.35%
R=22.47%
G=56.18%
B=21.35%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2050190.6000.620.80118.0644.9313.53
Hex1432133C03E50762de
Octal246223740761201665516
Binary10100110010100111111000111110101000011101101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143213; }

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

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

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

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

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

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

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

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