#14581B

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

Shades of Myrtle #14581B

Tints of Myrtle #14581B

Color information

#14581B (or 0x14581B) is unknown color: approx Myrtle. HEX triplet: 14, 58 and 1B. RGB value is (20,88,27). Sum of RGB (Red+Green+Blue) = 20+88+27=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 88 (34.77% from 255 or 65.19% from 135); Blue value is 27 (10.94% from 255 or 20% from 135); Max value from RGB is 88 - color contains mainly: green. Hex color #14581B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14581B is #EBA7E4. Grayscale: #3C3C3C. Windows color (decimal): -15443941 or 1792020. OLE color: 1792020.

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

Color convert

RGB208827-
CMYK0.7700.690.65
HSL126.18º62.96%21.18%-
HSV(B)126.18º77.27%34.51%-
XYZ3.987.212.22-
YUV60.71108.9798.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.81%
GREEN value IS 88 (34.77% from 255) = 65.19%
BLUE value IS 27 (10.94% from 255) = 20%
R=14.81%
G=65.19%
B=20%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2088270.7700.690.65126.1862.9621.18
Hex14581B4D045417e3f15
Octal241303311501051011767725
Binary101001011000110111001101010001011000001111111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14581B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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