#0A440E

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

Shades of Myrtle #0A440E

Tints of Myrtle #0A440E

Color information

#0A440E (or 0x0A440E) is unknown color: approx Myrtle. HEX triplet: 0A, 44 and 0E. RGB value is (10,68,14). Sum of RGB (Red+Green+Blue) = 10+68+14=92 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.87% from 92); Green value is 68 (26.95% from 255 or 73.91% from 92); Blue value is 14 (5.86% from 255 or 15.22% from 92); Max value from RGB is 68 - color contains mainly: green. Hex color #0A440E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A440E is #F5BBF1. Grayscale: #2C2C2C. Windows color (decimal): -16104434 or 934922. OLE color: 934922.

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

Color convert

RGB106814-
CMYK0.8500.790.73
HSL124.14º74.36%15.29%-
HSV(B)124.14º85.29%26.67%-
XYZ2.274.231.11-
YUV44.5110.78103.39-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.87%
GREEN value IS 68 (26.95% from 255) = 73.91%
BLUE value IS 14 (5.86% from 255) = 15.22%
R=10.87%
G=73.91%
B=15.22%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1068140.8500.790.73124.1474.3615.29
HexA44E5504F497c4af
Octal1210416125011711117411217
Binary1010100010011101010101010011111001001111110010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A440E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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