#142510

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

Shades of Myrtle #142510

Tints of Myrtle #142510

Color information

#142510 (or 0x142510) is unknown color: approx Myrtle. HEX triplet: 14, 25 and 10. RGB value is (20,37,16). Sum of RGB (Red+Green+Blue) = 20+37+16=73 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.40% from 73); Green value is 37 (14.84% from 255 or 50.68% from 73); Blue value is 16 (6.64% from 255 or 21.92% from 73); Max value from RGB is 37 - color contains mainly: green. Hex color #142510 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142510 is #EBDAEF. Grayscale: #1D1D1D. Windows color (decimal): -15457008 or 1058068. OLE color: 1058068.

HSL color Cylindrical-coordinate representation of color #142510: hue angle of 108.57º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #142510 is Cyan = 0.46, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.85.

Color convert

RGB203716-
CMYK0.4600.570.85
HSL108.57º39.62%10.39%-
HSV(B)108.57º56.76%14.51%-
XYZ1.041.510.73-
YUV29.52120.37121.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 27.40%
GREEN value IS 37 (14.84% from 255) = 50.68%
BLUE value IS 16 (6.64% from 255) = 21.92%
R=27.40%
G=50.68%
B=21.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2037160.4600.570.85108.5739.6210.39
Hex1425102E039556d28a
Octal244520560711251555012
Binary10100100101100001011100111001101010111011011010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142510; }

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

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

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

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

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

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

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

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