#0E4B17

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

Shades of Myrtle #0E4B17

Tints of Myrtle #0E4B17

Color information

#0E4B17 (or 0x0E4B17) is unknown color: approx Myrtle. HEX triplet: 0E, 4B and 17. RGB value is (14,75,23). Sum of RGB (Red+Green+Blue) = 14+75+23=112 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.5% from 112); Green value is 75 (29.69% from 255 or 66.96% from 112); Blue value is 23 (9.38% from 255 or 20.54% from 112); Max value from RGB is 75 - color contains mainly: green. Hex color #0E4B17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E4B17 is #F1B4E8. Grayscale: #323232. Windows color (decimal): -15840489 or 1526542. OLE color: 1526542.

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

Color convert

RGB147523-
CMYK0.8100.690.71
HSL128.85º68.54%17.45%-
HSV(B)128.85º81.33%29.41%-
XYZ2.855.191.66-
YUV50.83112.29101.73-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 12.5%
GREEN value IS 75 (29.69% from 255) = 66.96%
BLUE value IS 23 (9.38% from 255) = 20.54%
R=12.5%
G=66.96%
B=20.54%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1475230.8100.690.71128.8568.5417.45
HexE4B175104547814511
Octal1611327121010510720110521
Binary1110100101110111101000101000101100011110000001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,75,23); }

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

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

 a { background-color: rgb(14,75,23); }

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

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

 span { border-color: rgb(14,75,23); }

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