#14531B

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

Shades of Myrtle #14531B

Tints of Myrtle #14531B

Color information

#14531B (or 0x14531B) is unknown color: approx Myrtle. HEX triplet: 14, 53 and 1B. RGB value is (20,83,27). Sum of RGB (Red+Green+Blue) = 20+83+27=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 83 (32.81% from 255 or 63.85% from 130); Blue value is 27 (10.94% from 255 or 20.77% from 130); Max value from RGB is 83 - color contains mainly: green. Hex color #14531B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14531B is #EBACE4. Grayscale: #393939. Windows color (decimal): -15445221 or 1790740. OLE color: 1790740.

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

Color convert

RGB208327-
CMYK0.7600.670.67
HSL126.67º61.17%20.2%-
HSV(B)126.67º75.9%32.55%-
XYZ3.586.412.09-
YUV57.78110.63101.05-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.38%
GREEN value IS 83 (32.81% from 255) = 63.85%
BLUE value IS 27 (10.94% from 255) = 20.77%
R=15.38%
G=63.85%
B=20.77%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2083270.7600.670.67126.6761.1720.2
Hex14531B4C043437f3d14
Octal241233311401031031777524
Binary101001010011110111001100010000111000011111111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14531B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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