#0E5103

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

Shades of Myrtle #0E5103

Tints of Myrtle #0E5103

Color information

#0E5103 (or 0x0E5103) is unknown color: approx Myrtle. HEX triplet: 0E, 51 and 03. RGB value is (14,81,3). Sum of RGB (Red+Green+Blue) = 14+81+3=98 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.29% from 98); Green value is 81 (32.03% from 255 or 82.65% from 98); Blue value is 3 (1.56% from 255 or 3.06% from 98); Max value from RGB is 81 - color contains mainly: green. Hex color #0E5103 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E5103 is #F1AEFC. Grayscale: #343434. Windows color (decimal): -15838973 or 217358. OLE color: 217358.

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

Color convert

RGB14813-
CMYK0.8300.960.68
HSL111.54º92.86%16.47%-
HSV(B)111.54º96.3%31.76%-
XYZ3.145.981.08-
YUV52.08100.3100.84-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 14.29%
GREEN value IS 81 (32.03% from 255) = 82.65%
BLUE value IS 3 (1.56% from 255) = 3.06%
R=14.29%
G=82.65%
B=3.06%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal148130.8300.960.68111.5492.8616.47
HexE5135306044705d10
Octal161213123014010416013520
Binary111010100011110100110110000010001001110000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,81,3); }

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

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

 a { background-color: rgb(14,81,3); }

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

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

 span { border-color: rgb(14,81,3); }

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