#14320C

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

Shades of Myrtle #14320C

Tints of Myrtle #14320C

Color information

#14320C (or 0x14320C) is unknown color: approx Myrtle. HEX triplet: 14, 32 and 0C. RGB value is (20,50,12). Sum of RGB (Red+Green+Blue) = 20+50+12=82 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.39% from 82); Green value is 50 (19.92% from 255 or 60.98% from 82); Blue value is 12 (5.08% from 255 or 14.63% from 82); Max value from RGB is 50 - color contains mainly: green. Hex color #14320C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14320C is #EBCDF3. Grayscale: #242424. Windows color (decimal): -15453684 or 799252. OLE color: 799252.

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

Color convert

RGB205012-
CMYK0.6000.760.80
HSL107.37º61.29%12.16%-
HSV(B)107.37º76%19.61%-
XYZ1.52.460.74-
YUV36.7114.06116.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 24.39%
GREEN value IS 50 (19.92% from 255) = 60.98%
BLUE value IS 12 (5.08% from 255) = 14.63%
R=24.39%
G=60.98%
B=14.63%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2050120.6000.760.80107.3761.2912.16
Hex1432C3C04C506b3dc
Octal2462147401141201537514
Binary10100110010110011110001001100101000011010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14320C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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