#143515

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

Shades of Myrtle #143515

Tints of Myrtle #143515

Color information

#143515 (or 0x143515) is unknown color: approx Myrtle. HEX triplet: 14, 35 and 15. RGB value is (20,53,21). Sum of RGB (Red+Green+Blue) = 20+53+21=94 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.28% from 94); Green value is 53 (21.09% from 255 or 56.38% from 94); Blue value is 21 (8.59% from 255 or 22.34% from 94); Max value from RGB is 53 - color contains mainly: green. Hex color #143515 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143515 is #EBCAEA. Grayscale: #272727. Windows color (decimal): -15452907 or 1389844. OLE color: 1389844.

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

Color convert

RGB205321-
CMYK0.6200.600.79
HSL121.82º45.21%14.31%-
HSV(B)121.82º62.26%20.78%-
XYZ1.72.751.15-
YUV39.48117.57114.1-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.28%
GREEN value IS 53 (21.09% from 255) = 56.38%
BLUE value IS 21 (8.59% from 255) = 22.34%
R=21.28%
G=56.38%
B=22.34%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2053210.6200.600.79121.8245.2114.31
Hex1435153E03C4F7a2de
Octal246525760741171725516
Binary10100110101101011111100111100100111111110101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143515; }

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

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

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

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

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

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

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

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