#14471B

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

Shades of Myrtle #14471B

Tints of Myrtle #14471B

Color information

#14471B (or 0x14471B) is unknown color: approx Myrtle. HEX triplet: 14, 47 and 1B. RGB value is (20,71,27). Sum of RGB (Red+Green+Blue) = 20+71+27=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 71 (28.12% from 255 or 60.17% from 118); Blue value is 27 (10.94% from 255 or 22.88% from 118); Max value from RGB is 71 - color contains mainly: green. Hex color #14471B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14471B is #EBB8E4. Grayscale: #323232. Windows color (decimal): -15448293 or 1787668. OLE color: 1787668.

HSL color Cylindrical-coordinate representation of color #14471B: hue angle of 128.24º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #14471B is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB207127-
CMYK0.7200.620.72
HSL128.24º56.04%17.84%-
HSV(B)128.24º71.83%27.84%-
XYZ2.744.731.81-
YUV50.74114.6106.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.95%
GREEN value IS 71 (28.12% from 255) = 60.17%
BLUE value IS 27 (10.94% from 255) = 22.88%
R=16.95%
G=60.17%
B=22.88%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2071270.7200.620.72128.2456.0417.84
Hex14471B4803E48803812
Octal24107331100761102007022
Binary101001000111110111001000011111010010001000000011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14471B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14471B; }

 p { color: rgb(20,71,27); }

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

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

 a { background-color: rgb(20,71,27); }

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

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

 span { border-color: rgb(20,71,27); }

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