#0E4005

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

Shades of Myrtle #0E4005

Tints of Myrtle #0E4005

Color information

#0E4005 (or 0x0E4005) is unknown color: approx Myrtle. HEX triplet: 0E, 40 and 05. RGB value is (14,64,5). Sum of RGB (Red+Green+Blue) = 14+64+5=83 (10% of max value = 765). Red value is 14 (5.86% from 255 or 16.87% from 83); Green value is 64 (25.39% from 255 or 77.11% from 83); Blue value is 5 (2.34% from 255 or 6.02% from 83); Max value from RGB is 64 - color contains mainly: green. Hex color #0E4005 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E4005 is #F1BFFA. Grayscale: #2A2A2A. Windows color (decimal): -15843323 or 344078. OLE color: 344078.

HSL color Cylindrical-coordinate representation of color #0E4005: hue angle of 110.85º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E4005 is Cyan = 0.78, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.75.

Color convert

RGB14645-
CMYK0.7800.920.75
HSL110.85º85.51%13.53%-
HSV(B)110.85º92.19%25.1%-
XYZ2.043.770.76-
YUV42.32106.94107.8-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 16.87%
GREEN value IS 64 (25.39% from 255) = 77.11%
BLUE value IS 5 (2.34% from 255) = 6.02%
R=16.87%
G=77.11%
B=6.02%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal146450.7800.920.75110.8585.5113.53
HexE4054E05C4B6f56e
Octal161005116013411315712616
Binary111010000001011001110010111001001011110111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,64,5); }

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

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

 a { background-color: rgb(14,64,5); }

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

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

 span { border-color: rgb(14,64,5); }

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