#0E4708

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

Shades of Myrtle #0E4708

Tints of Myrtle #0E4708

Color information

#0E4708 (or 0x0E4708) is unknown color: approx Myrtle. HEX triplet: 0E, 47 and 08. RGB value is (14,71,8). Sum of RGB (Red+Green+Blue) = 14+71+8=93 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.05% from 93); Green value is 71 (28.12% from 255 or 76.34% from 93); Blue value is 8 (3.52% from 255 or 8.60% from 93); Max value from RGB is 71 - color contains mainly: green. Hex color #0E4708 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E4708 is #F1B8F7. Grayscale: #2E2E2E. Windows color (decimal): -15841528 or 542478. OLE color: 542478.

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

Color convert

RGB14718-
CMYK0.8000.890.72
HSL114.29º79.75%15.49%-
HSV(B)114.29º88.73%27.84%-
XYZ2.484.620.99-
YUV46.78106.12104.62-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 15.05%
GREEN value IS 71 (28.12% from 255) = 76.34%
BLUE value IS 8 (3.52% from 255) = 8.60%
R=15.05%
G=76.34%
B=8.60%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal147180.8000.890.72114.2979.7515.49
HexE47850059487250f
Octal1610710120013111016212017
Binary1110100011110001010000010110011001000111001010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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