#0A4408

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

Shades of Myrtle #0A4408

Tints of Myrtle #0A4408

Color information

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

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

Color convert

RGB10688-
CMYK0.8500.880.73
HSL118º78.95%14.9%-
HSV(B)118º88.24%26.67%-
XYZ2.244.220.93-
YUV43.82107.78103.88-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal106880.8500.880.7311878.9514.9
HexA4485505849764ff
Octal1210410125013011116611717
Binary1010100010010001010101010110001001001111011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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