#14250E

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

Shades of Myrtle #14250E

Tints of Myrtle #14250E

Color information

#14250E (or 0x14250E) is unknown color: approx Myrtle. HEX triplet: 14, 25 and 0E. RGB value is (20,37,14). Sum of RGB (Red+Green+Blue) = 20+37+14=71 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.17% from 71); Green value is 37 (14.84% from 255 or 52.11% from 71); Blue value is 14 (5.86% from 255 or 19.72% from 71); Max value from RGB is 37 - color contains mainly: green. Hex color #14250E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14250E is #EBDAF1. Grayscale: #1D1D1D. Windows color (decimal): -15457010 or 926996. OLE color: 926996.

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

Color convert

RGB203714-
CMYK0.4600.620.85
HSL104.35º45.1%10%-
HSV(B)104.35º62.16%14.51%-
XYZ1.031.50.65-
YUV29.3119.37121.37-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 28.17%
GREEN value IS 37 (14.84% from 255) = 52.11%
BLUE value IS 14 (5.86% from 255) = 19.72%
R=28.17%
G=52.11%
B=19.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2037140.4600.620.85104.3545.110
Hex1425E2E03E55682da
Octal244516560761251505512
Binary1010010010111101011100111110101010111010001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14250E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14250E; }

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

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

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

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

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

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

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

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