#08440E

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

Shades of Myrtle #08440E

Tints of Myrtle #08440E

Color information

#08440E (or 0x08440E) is unknown color: approx Myrtle. HEX triplet: 08, 44 and 0E. RGB value is (8,68,14). Sum of RGB (Red+Green+Blue) = 8+68+14=90 (11% of max value = 765). Red value is 8 (3.52% from 255 or 8.89% from 90); Green value is 68 (26.95% from 255 or 75.56% from 90); Blue value is 14 (5.86% from 255 or 15.56% from 90); Max value from RGB is 68 - color contains mainly: green. Hex color #08440E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08440E is #F7BBF1. Grayscale: #2C2C2C. Windows color (decimal): -16235506 or 934920. OLE color: 934920.

HSL color Cylindrical-coordinate representation of color #08440E: hue angle of 126º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #08440E is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.73.

Color convert

RGB86814-
CMYK0.8800.790.73
HSL126º78.95%14.9%-
HSV(B)126º88.24%26.67%-
XYZ2.254.221.11-
YUV43.9111.12102.39-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.89%
GREEN value IS 68 (26.95% from 255) = 75.56%
BLUE value IS 14 (5.86% from 255) = 15.56%
R=8.89%
G=75.56%
B=15.56%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal868140.8800.790.7312678.9514.9
Hex844E5804F497e4ff
Octal1010416130011711117611717
Binary1000100010011101011000010011111001001111111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08440E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08440E; }

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

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

<style>
 a { background-color: #08440E; }

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

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

<style>
 span { border-color: #08440E; }

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

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