#14551B

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

Shades of Myrtle #14551B

Tints of Myrtle #14551B

Color information

#14551B (or 0x14551B) is unknown color: approx Myrtle. HEX triplet: 14, 55 and 1B. RGB value is (20,85,27). Sum of RGB (Red+Green+Blue) = 20+85+27=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 85 (33.59% from 255 or 64.39% from 132); Blue value is 27 (10.94% from 255 or 20.45% from 132); Max value from RGB is 85 - color contains mainly: green. Hex color #14551B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14551B is #EBAAE4. Grayscale: #3B3B3B. Windows color (decimal): -15444709 or 1791252. OLE color: 1791252.

HSL color Cylindrical-coordinate representation of color #14551B: hue angle of 126.46º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #14551B is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB208527-
CMYK0.7600.680.67
HSL126.46º61.9%20.59%-
HSV(B)126.46º76.47%33.33%-
XYZ3.736.722.14-
YUV58.95109.97100.22-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.15%
GREEN value IS 85 (33.59% from 255) = 64.39%
BLUE value IS 27 (10.94% from 255) = 20.45%
R=15.15%
G=64.39%
B=20.45%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2085270.7600.680.67126.4661.920.59
Hex14551B4C044437e3e15
Octal241253311401041031767625
Binary101001010101110111001100010001001000011111111011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14551B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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