#14260D

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

Shades of Myrtle #14260D

Tints of Myrtle #14260D

Color information

#14260D (or 0x14260D) is unknown color: approx Myrtle. HEX triplet: 14, 26 and 0D. RGB value is (20,38,13). Sum of RGB (Red+Green+Blue) = 20+38+13=71 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.17% from 71); Green value is 38 (15.23% from 255 or 53.52% from 71); Blue value is 13 (5.47% from 255 or 18.31% from 71); Max value from RGB is 38 - color contains mainly: green. Hex color #14260D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14260D is #EBD9F2. Grayscale: #1D1D1D. Windows color (decimal): -15456755 or 861716. OLE color: 861716.

HSL color Cylindrical-coordinate representation of color #14260D: hue angle of 103.2º degrees, saturation: 0.49, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #14260D is Cyan = 0.47, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.85.

Color convert

RGB203813-
CMYK0.4700.660.85
HSL103.2º49.02%10%-
HSV(B)103.2º65.79%14.9%-
XYZ1.051.560.63-
YUV29.77118.54121.03-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 28.17%
GREEN value IS 38 (15.23% from 255) = 53.52%
BLUE value IS 13 (5.47% from 255) = 18.31%
R=28.17%
G=53.52%
B=18.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2038130.4700.660.85103.249.0210
Hex1426D2F042556731a
Octal2446155701021251476112
Binary10100100110110110111101000010101010111001111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14260D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14260D; }

 p { color: rgb(20,38,13); }

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

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

 a { background-color: rgb(20,38,13); }

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

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

 span { border-color: rgb(20,38,13); }

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