#14320B

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

Shades of Myrtle #14320B

Tints of Myrtle #14320B

Color information

#14320B (or 0x14320B) is unknown color: approx Myrtle. HEX triplet: 14, 32 and 0B. RGB value is (20,50,11). Sum of RGB (Red+Green+Blue) = 20+50+11=81 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.69% from 81); Green value is 50 (19.92% from 255 or 61.73% from 81); Blue value is 11 (4.69% from 255 or 13.58% from 81); Max value from RGB is 50 - color contains mainly: green. Hex color #14320B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14320B is #EBCDF4. Grayscale: #242424. Windows color (decimal): -15453685 or 733716. OLE color: 733716.

HSL color Cylindrical-coordinate representation of color #14320B: hue angle of 106.15º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #14320B is Cyan = 0.60, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.80.

Color convert

RGB205011-
CMYK0.6000.780.80
HSL106.15º63.93%11.96%-
HSV(B)106.15º78%19.61%-
XYZ1.492.450.71-
YUV36.58113.56116.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 24.69%
GREEN value IS 50 (19.92% from 255) = 61.73%
BLUE value IS 11 (4.69% from 255) = 13.58%
R=24.69%
G=61.73%
B=13.58%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2050110.6000.780.80106.1563.9311.96
Hex1432B3C04E506a40c
Octal24621374011612015210014
Binary101001100101011111100010011101010000110101010000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14320B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,50,11); }

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

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

 a { background-color: rgb(20,50,11); }

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

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

 span { border-color: rgb(20,50,11); }

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