#14370E

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

Shades of Myrtle #14370E

Tints of Myrtle #14370E

Color information

#14370E (or 0x14370E) is unknown color: approx Myrtle. HEX triplet: 14, 37 and 0E. RGB value is (20,55,14). Sum of RGB (Red+Green+Blue) = 20+55+14=89 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.47% from 89); Green value is 55 (21.88% from 255 or 61.80% from 89); Blue value is 14 (5.86% from 255 or 15.73% from 89); Max value from RGB is 55 - color contains mainly: green. Hex color #14370E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14370E is #EBC8F1. Grayscale: #272727. Windows color (decimal): -15452402 or 931604. OLE color: 931604.

HSL color Cylindrical-coordinate representation of color #14370E: hue angle of 111.22º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #14370E is Cyan = 0.64, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB205514-
CMYK0.6400.750.78
HSL111.22º59.42%13.53%-
HSV(B)111.22º74.55%21.57%-
XYZ1.732.910.89-
YUV39.86113.4113.83-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.47%
GREEN value IS 55 (21.88% from 255) = 61.80%
BLUE value IS 14 (5.86% from 255) = 15.73%
R=22.47%
G=61.80%
B=15.73%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2055140.6400.750.78111.2259.4213.53
Hex1437E4004B4E6f3be
Octal24671610001131161577316
Binary101001101111110100000001001011100111011011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14370E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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