#0E520C

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

Shades of Myrtle #0E520C

Tints of Myrtle #0E520C

Color information

#0E520C (or 0x0E520C) is unknown color: approx Myrtle. HEX triplet: 0E, 52 and 0C. RGB value is (14,82,12). Sum of RGB (Red+Green+Blue) = 14+82+12=108 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.96% from 108); Green value is 82 (32.42% from 255 or 75.93% from 108); Blue value is 12 (5.08% from 255 or 11.11% from 108); Max value from RGB is 82 - color contains mainly: green. Hex color #0E520C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E520C is #F1ADF3. Grayscale: #353535. Windows color (decimal): -15838708 or 807438. OLE color: 807438.

HSL color Cylindrical-coordinate representation of color #0E520C: hue angle of 118.29º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E520C is Cyan = 0.83, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.68.

Color convert

RGB148212-
CMYK0.8300.850.68
HSL118.29º74.47%18.43%-
HSV(B)118.29º85.37%32.16%-
XYZ3.266.151.36-
YUV53.69104.4799.69-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 12.96%
GREEN value IS 82 (32.42% from 255) = 75.93%
BLUE value IS 12 (5.08% from 255) = 11.11%
R=12.96%
G=75.93%
B=11.11%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1482120.8300.850.68118.2974.4718.43
HexE52C5305544764a12
Octal1612214123012510416611222
Binary11101010010110010100110101010110001001110110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E520C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,82,12); }

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

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

 a { background-color: rgb(14,82,12); }

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

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

 span { border-color: rgb(14,82,12); }

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