#0E320F

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

Shades of Myrtle #0E320F

Tints of Myrtle #0E320F

Color information

#0E320F (or 0x0E320F) is unknown color: approx Myrtle. HEX triplet: 0E, 32 and 0F. RGB value is (14,50,15). Sum of RGB (Red+Green+Blue) = 14+50+15=79 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.72% from 79); Green value is 50 (19.92% from 255 or 63.29% from 79); Blue value is 15 (6.25% from 255 or 18.99% from 79); Max value from RGB is 50 - color contains mainly: green. Hex color #0E320F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E320F is #F1CDF0. Grayscale: #232323. Windows color (decimal): -15846897 or 995854. OLE color: 995854.

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

Color convert

RGB145015-
CMYK0.7200.700.80
HSL121.67º56.25%12.55%-
HSV(B)121.67º72%19.61%-
XYZ1.412.410.84-
YUV35.25116.57112.85-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 17.72%
GREEN value IS 50 (19.92% from 255) = 63.29%
BLUE value IS 15 (6.25% from 255) = 18.99%
R=17.72%
G=63.29%
B=18.99%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1450150.7200.700.80121.6756.2512.55
HexE32F48046507a38d
Octal16621711001061201727015
Binary11101100101111100100001000110101000011110101110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E320F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E320F; }

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

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

<style>
 a { background-color: #0E320F; }

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

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

<style>
 span { border-color: #0E320F; }

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

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