#14511B

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

Shades of Myrtle #14511B

Tints of Myrtle #14511B

Color information

#14511B (or 0x14511B) is unknown color: approx Myrtle. HEX triplet: 14, 51 and 1B. RGB value is (20,81,27). Sum of RGB (Red+Green+Blue) = 20+81+27=128 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.62% from 128); Green value is 81 (32.03% from 255 or 63.28% from 128); Blue value is 27 (10.94% from 255 or 21.09% from 128); Max value from RGB is 81 - color contains mainly: green. Hex color #14511B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14511B is #EBAEE4. Grayscale: #383838. Windows color (decimal): -15445733 or 1790228. OLE color: 1790228.

HSL color Cylindrical-coordinate representation of color #14511B: hue angle of 126.89º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #14511B is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB208127-
CMYK0.7500.670.68
HSL126.89º60.4%19.8%-
HSV(B)126.89º75.31%31.76%-
XYZ3.436.112.04-
YUV56.6111.29101.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.62%
GREEN value IS 81 (32.03% from 255) = 63.28%
BLUE value IS 27 (10.94% from 255) = 21.09%
R=15.62%
G=63.28%
B=21.09%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2081270.7500.670.68126.8960.419.8
Hex14511B4B043447f3c14
Octal241213311301031041777424
Binary101001010001110111001011010000111000100111111111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14511B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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