#143310

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

Shades of Myrtle #143310

Tints of Myrtle #143310

Color information

#143310 (or 0x143310) is unknown color: approx Myrtle. HEX triplet: 14, 33 and 10. RGB value is (20,51,16). Sum of RGB (Red+Green+Blue) = 20+51+16=87 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.99% from 87); Green value is 51 (20.31% from 255 or 58.62% from 87); Blue value is 16 (6.64% from 255 or 18.39% from 87); Max value from RGB is 51 - color contains mainly: green. Hex color #143310 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143310 is #EBCCEF. Grayscale: #252525. Windows color (decimal): -15453424 or 1061652. OLE color: 1061652.

HSL color Cylindrical-coordinate representation of color #143310: hue angle of 113.14º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #143310 is Cyan = 0.61, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.8.

Color convert

RGB205116-
CMYK0.6100.690.8
HSL113.14º52.24%13.14%-
HSV(B)113.14º68.63%20%-
XYZ1.572.550.9-
YUV37.74115.73115.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.99%
GREEN value IS 51 (20.31% from 255) = 58.62%
BLUE value IS 16 (6.64% from 255) = 18.39%
R=22.99%
G=58.62%
B=18.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2051160.6100.690.8113.1452.2413.14
Hex1433103D045507134d
Octal2463207501051201616415
Binary101001100111000011110101000101101000011100011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143310; }

 p { color: rgb(20,51,16); }

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

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

 a { background-color: rgb(20,51,16); }

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

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

 span { border-color: rgb(20,51,16); }

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