#143D10

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

Shades of Myrtle #143D10

Tints of Myrtle #143D10

Color information

#143D10 (or 0x143D10) is unknown color: approx Myrtle. HEX triplet: 14, 3D and 10. RGB value is (20,61,16). Sum of RGB (Red+Green+Blue) = 20+61+16=97 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.62% from 97); Green value is 61 (24.22% from 255 or 62.89% from 97); Blue value is 16 (6.64% from 255 or 16.49% from 97); Max value from RGB is 61 - color contains mainly: green. Hex color #143D10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143D10 is #EBC2EF. Grayscale: #2B2B2B. Windows color (decimal): -15450864 or 1064212. OLE color: 1064212.

HSL color Cylindrical-coordinate representation of color #143D10: hue angle of 114.67º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #143D10 is Cyan = 0.67, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.76.

Color convert

RGB206116-
CMYK0.6700.740.76
HSL114.67º58.44%15.1%-
HSV(B)114.67º73.77%23.92%-
XYZ2.053.521.06-
YUV43.61112.42111.16-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.62%
GREEN value IS 61 (24.22% from 255) = 62.89%
BLUE value IS 16 (6.64% from 255) = 16.49%
R=20.62%
G=62.89%
B=16.49%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2061160.6700.740.76114.6758.4415.1
Hex143D104304A4C733af
Octal24752010301121141637217
Binary1010011110110000100001101001010100110011100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143D10; }

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

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

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

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

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

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

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

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