#0E5315

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

Shades of Myrtle #0E5315

Tints of Myrtle #0E5315

Color information

#0E5315 (or 0x0E5315) is unknown color: approx Myrtle. HEX triplet: 0E, 53 and 15. RGB value is (14,83,21). Sum of RGB (Red+Green+Blue) = 14+83+21=118 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.86% from 118); Green value is 83 (32.81% from 255 or 70.34% from 118); Blue value is 21 (8.59% from 255 or 17.80% from 118); Max value from RGB is 83 - color contains mainly: green. Hex color #0E5315 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E5315 is #F1ACEA. Grayscale: #373737. Windows color (decimal): -15838443 or 1397518. OLE color: 1397518.

HSL color Cylindrical-coordinate representation of color #0E5315: hue angle of 126.09º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0E5315 is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB148321-
CMYK0.8300.750.67
HSL126.09º71.13%19.02%-
HSV(B)126.09º83.13%32.55%-
XYZ3.416.331.75-
YUV55.3108.6498.54-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 11.86%
GREEN value IS 83 (32.81% from 255) = 70.34%
BLUE value IS 21 (8.59% from 255) = 17.80%
R=11.86%
G=70.34%
B=17.80%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1483210.8300.750.67126.0971.1319.02
HexE53155304B437e4713
Octal1612325123011310317610723
Binary111010100111010110100110100101110000111111110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,83,21); }

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

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

 a { background-color: rgb(14,83,21); }

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

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

 span { border-color: rgb(14,83,21); }

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