#14571A

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

Shades of Myrtle #14571A

Tints of Myrtle #14571A

Color information

#14571A (or 0x14571A) is unknown color: approx Myrtle. HEX triplet: 14, 57 and 1A. RGB value is (20,87,26). Sum of RGB (Red+Green+Blue) = 20+87+26=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 87 (34.38% from 255 or 65.41% from 133); Blue value is 26 (10.55% from 255 or 19.55% from 133); Max value from RGB is 87 - color contains mainly: green. Hex color #14571A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14571A is #EBA8E5. Grayscale: #3C3C3C. Windows color (decimal): -15444198 or 1726228. OLE color: 1726228.

HSL color Cylindrical-coordinate representation of color #14571A: hue angle of 125.37º 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 #14571A is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB208726-
CMYK0.7700.700.66
HSL125.37º62.62%20.98%-
HSV(B)125.37º77.01%34.12%-
XYZ3.887.042.13-
YUV60.01108.899.46-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.04%
GREEN value IS 87 (34.38% from 255) = 65.41%
BLUE value IS 26 (10.55% from 255) = 19.55%
R=15.04%
G=65.41%
B=19.55%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2087260.7700.700.66125.3762.6220.98
Hex14571A4D046427d3f15
Octal241273211501061021757725
Binary101001010111110101001101010001101000010111110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14571A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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