#08440A

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

Shades of Myrtle #08440A

Tints of Myrtle #08440A

Color information

#08440A (or 0x08440A) is unknown color: approx Myrtle. HEX triplet: 08, 44 and 0A. RGB value is (8,68,10). Sum of RGB (Red+Green+Blue) = 8+68+10=86 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.30% from 86); Green value is 68 (26.95% from 255 or 79.07% from 86); Blue value is 10 (4.30% from 255 or 11.63% from 86); Max value from RGB is 68 - color contains mainly: green. Hex color #08440A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08440A is #F7BBF5. Grayscale: #2B2B2B. Windows color (decimal): -16235510 or 672776. OLE color: 672776.

HSL color Cylindrical-coordinate representation of color #08440A: hue angle of 122º 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 #08440A is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.73.

Color convert

RGB86810-
CMYK0.8800.850.73
HSL122º78.95%14.9%-
HSV(B)122º88.24%26.67%-
XYZ2.224.210.98-
YUV43.45109.12102.72-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.30%
GREEN value IS 68 (26.95% from 255) = 79.07%
BLUE value IS 10 (4.30% from 255) = 11.63%
R=9.30%
G=79.07%
B=11.63%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal868100.8800.850.7312278.9514.9
Hex844A58055497a4ff
Octal1010412130012511117211717
Binary1000100010010101011000010101011001001111101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08440A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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