#143415

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

Shades of Myrtle #143415

Tints of Myrtle #143415

Color information

#143415 (or 0x143415) is unknown color: approx Myrtle. HEX triplet: 14, 34 and 15. RGB value is (20,52,21). Sum of RGB (Red+Green+Blue) = 20+52+21=93 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.51% from 93); Green value is 52 (20.70% from 255 or 55.91% from 93); Blue value is 21 (8.59% from 255 or 22.58% from 93); Max value from RGB is 52 - color contains mainly: green. Hex color #143415 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143415 is #EBCBEA. Grayscale: #262626. Windows color (decimal): -15453163 or 1389588. OLE color: 1389588.

HSL color Cylindrical-coordinate representation of color #143415: hue angle of 121.88º degrees, saturation: 0.44, 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 #143415 is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.80.

Color convert

RGB205221-
CMYK0.6200.600.80
HSL121.88º44.44%14.12%-
HSV(B)121.88º61.54%20.39%-
XYZ1.652.661.14-
YUV38.9117.9114.52-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.51%
GREEN value IS 52 (20.70% from 255) = 55.91%
BLUE value IS 21 (8.59% from 255) = 22.58%
R=21.51%
G=55.91%
B=22.58%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2052210.6200.600.80121.8844.4414.12
Hex1434153E03C507a2ce
Octal246425760741201725416
Binary10100110100101011111100111100101000011110101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143415; }

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

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

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

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

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

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

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

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