#14571B

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

Shades of Myrtle #14571B

Tints of Myrtle #14571B

Color information

#14571B (or 0x14571B) is unknown color: approx Myrtle. HEX triplet: 14, 57 and 1B. RGB value is (20,87,27). Sum of RGB (Red+Green+Blue) = 20+87+27=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 87 (34.38% from 255 or 64.93% from 134); Blue value is 27 (10.94% from 255 or 20.15% from 134); Max value from RGB is 87 - color contains mainly: green. Hex color #14571B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14571B is #EBA8E4. Grayscale: #3C3C3C. Windows color (decimal): -15444197 or 1791764. OLE color: 1791764.

HSL color Cylindrical-coordinate representation of color #14571B: hue angle of 126.27º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #14571B is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.66.

Color convert

RGB208727-
CMYK0.7700.690.66
HSL126.27º62.62%20.98%-
HSV(B)126.27º77.01%34.12%-
XYZ3.897.042.19-
YUV60.13109.399.38-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.93%
GREEN value IS 87 (34.38% from 255) = 64.93%
BLUE value IS 27 (10.94% from 255) = 20.15%
R=14.93%
G=64.93%
B=20.15%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2087270.7700.690.66126.2762.6220.98
Hex14571B4D045427e3f15
Octal241273311501051021767725
Binary101001010111110111001101010001011000010111111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14571B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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