#0E4901

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

Shades of Myrtle #0E4901

Tints of Myrtle #0E4901

Color information

#0E4901 (or 0x0E4901) is unknown color: approx Myrtle. HEX triplet: 0E, 49 and 01. RGB value is (14,73,1). Sum of RGB (Red+Green+Blue) = 14+73+1=88 (11% of max value = 765). Red value is 14 (5.86% from 255 or 15.91% from 88); Green value is 73 (28.91% from 255 or 82.95% from 88); Blue value is 1 (0.78% from 255 or 1.14% from 88); Max value from RGB is 73 - color contains mainly: green. Hex color #0E4901 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E4901 is #F1B6FE. Grayscale: #2F2F2F. Windows color (decimal): -15841023 or 84238. OLE color: 84238.

HSL color Cylindrical-coordinate representation of color #0E4901: hue angle of 109.17º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0E4901 is Cyan = 0.81, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.

Color convert

RGB14731-
CMYK0.8100.990.71
HSL109.17º97.3%14.51%-
HSV(B)109.17º98.63%28.63%-
XYZ2.574.860.83-
YUV47.15101.95104.35-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 15.91%
GREEN value IS 73 (28.91% from 255) = 82.95%
BLUE value IS 1 (0.78% from 255) = 1.14%
R=15.91%
G=82.95%
B=1.14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal147310.8100.990.71109.1797.314.51
HexE49151063476d61f
Octal161111121014310715514117
Binary1110100100111010001011000111000111110110111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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