#0e5311

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

Shades of Myrtle #0E5311

Tints of Myrtle #0E5311

Color information

#0E5311 (or 0x0E5311) is unknown color: approx Myrtle. HEX triplet: 0E, 53 and 11. RGB value is (14,83,17). Sum of RGB (Red+Green+Blue) = 14+83+17=114 (15% of max value = 765). Red value is 14 (5.86% from 255 or 12.28% from 114); Green value is 83 (32.81% from 255 or 72.81% from 114); Blue value is 17 (7.03% from 255 or 14.91% from 114); Max value from RGB is 83 - color contains mainly: green. Hex color #0E5311 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E5311 is #F1ACEE. Grayscale: #373737. Windows color (decimal): -15838447 or 1135374. OLE color: 1135374.

HSL color Cylindrical-coordinate representation of color #0E5311: hue angle of 122.61º 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 #0E5311 is Cyan = 0.83, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB148317-
CMYK0.8300.800.67
HSL122.61º71.13%19.02%-
HSV(B)122.61º83.13%32.55%-
XYZ3.386.321.57-
YUV54.84106.6498.87-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 12.28%
GREEN value IS 83 (32.81% from 255) = 72.81%
BLUE value IS 17 (7.03% from 255) = 14.91%
R=12.28%
G=72.81%
B=14.91%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1483170.8300.800.67122.6171.1319.02
HexE531153050437b4713
Octal1612321123012010317310723
Binary111010100111000110100110101000010000111111011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0e5311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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