#0E4705

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

Shades of Myrtle #0E4705

Tints of Myrtle #0E4705

Color information

#0E4705 (or 0x0E4705) is unknown color: approx Myrtle. HEX triplet: 0E, 47 and 05. RGB value is (14,71,5). Sum of RGB (Red+Green+Blue) = 14+71+5=90 (11% of max value = 765). Red value is 14 (5.86% from 255 or 15.56% from 90); Green value is 71 (28.12% from 255 or 78.89% from 90); Blue value is 5 (2.34% from 255 or 5.56% from 90); Max value from RGB is 71 - color contains mainly: green. Hex color #0E4705 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E4705 is #F1B8FA. Grayscale: #2E2E2E. Windows color (decimal): -15841531 or 345870. OLE color: 345870.

HSL color Cylindrical-coordinate representation of color #0E4705: hue angle of 111.82º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E4705 is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.72.

Color convert

RGB14715-
CMYK0.8000.930.72
HSL111.82º86.84%14.9%-
HSV(B)111.82º92.96%27.84%-
XYZ2.464.610.9-
YUV46.43104.62104.87-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 15.56%
GREEN value IS 71 (28.12% from 255) = 78.89%
BLUE value IS 5 (2.34% from 255) = 5.56%
R=15.56%
G=78.89%
B=5.56%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal147150.8000.930.72111.8286.8414.9
HexE4755005D487057f
Octal161075120013511016012717
Binary111010001111011010000010111011001000111000010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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