#0E5701

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

Shades of Myrtle #0E5701

Tints of Myrtle #0E5701

Color information

#0E5701 (or 0x0E5701) is unknown color: approx Myrtle. HEX triplet: 0E, 57 and 01. RGB value is (14,87,1). Sum of RGB (Red+Green+Blue) = 14+87+1=102 (13% of max value = 765). Red value is 14 (5.86% from 255 or 13.73% from 102); Green value is 87 (34.38% from 255 or 85.29% from 102); Blue value is 1 (0.78% from 255 or 0.98% from 102); Max value from RGB is 87 - color contains mainly: green. Hex color #0E5701 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E5701 is #F1A8FE. Grayscale: #373737. Windows color (decimal): -15837439 or 87822. OLE color: 87822.

HSL color Cylindrical-coordinate representation of color #0E5701: hue angle of 110.93º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0E5701 is Cyan = 0.84, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.66.

Color convert

RGB14871-
CMYK0.8400.990.66
HSL110.93º97.73%17.25%-
HSV(B)110.93º98.85%34.12%-
XYZ3.596.911.17-
YUV55.3797.3298.49-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 13.73%
GREEN value IS 87 (34.38% from 255) = 85.29%
BLUE value IS 1 (0.78% from 255) = 0.98%
R=13.73%
G=85.29%
B=0.98%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal148710.8400.990.66110.9397.7317.25
HexE57154063426f6211
Octal161271124014310215714221
Binary11101010111110101000110001110000101101111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,87,1); }

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

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

 a { background-color: rgb(14,87,1); }

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

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

 span { border-color: rgb(14,87,1); }

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