#14320F

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

Shades of Myrtle #14320F

Tints of Myrtle #14320F

Color information

#14320F (or 0x14320F) is unknown color: approx Myrtle. HEX triplet: 14, 32 and 0F. RGB value is (20,50,15). Sum of RGB (Red+Green+Blue) = 20+50+15=85 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.53% from 85); Green value is 50 (19.92% from 255 or 58.82% from 85); Blue value is 15 (6.25% from 255 or 17.65% from 85); Max value from RGB is 50 - color contains mainly: green. Hex color #14320F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14320F is #EBCDF0. Grayscale: #252525. Windows color (decimal): -15453681 or 995860. OLE color: 995860.

HSL color Cylindrical-coordinate representation of color #14320F: hue angle of 111.43º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #14320F is Cyan = 0.60, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.80.

Color convert

RGB205015-
CMYK0.6000.700.80
HSL111.43º53.85%12.75%-
HSV(B)111.43º70%19.61%-
XYZ1.522.460.85-
YUV37.04115.56115.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 23.53%
GREEN value IS 50 (19.92% from 255) = 58.82%
BLUE value IS 15 (6.25% from 255) = 17.65%
R=23.53%
G=58.82%
B=17.65%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2050150.6000.700.80111.4353.8512.75
Hex1432F3C046506f36d
Octal2462177401061201576615
Binary10100110010111111110001000110101000011011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14320F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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