#0A4109

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

Shades of Myrtle #0A4109

Tints of Myrtle #0A4109

Color information

#0A4109 (or 0x0A4109) is unknown color: approx Myrtle. HEX triplet: 0A, 41 and 09. RGB value is (10,65,9). Sum of RGB (Red+Green+Blue) = 10+65+9=84 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.90% from 84); Green value is 65 (25.78% from 255 or 77.38% from 84); Blue value is 9 (3.91% from 255 or 10.71% from 84); Max value from RGB is 65 - color contains mainly: green. Hex color #0A4109 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4109 is #F5BEF6. Grayscale: #2A2A2A. Windows color (decimal): -16105207 or 606474. OLE color: 606474.

HSL color Cylindrical-coordinate representation of color #0A4109: hue angle of 118.93º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A4109 is Cyan = 0.85, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB10659-
CMYK0.8500.860.75
HSL118.93º75.68%14.51%-
HSV(B)118.93º86.15%25.49%-
XYZ2.063.860.9-
YUV42.17109.28105.05-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 11.90%
GREEN value IS 65 (25.78% from 255) = 77.38%
BLUE value IS 9 (3.91% from 255) = 10.71%
R=11.90%
G=77.38%
B=10.71%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal106590.8500.860.75118.9375.6814.51
HexA419550564B774cf
Octal1210111125012611316711417
Binary1010100000110011010101010101101001011111011110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,65,9); }

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

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

 a { background-color: rgb(10,65,9); }

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

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

 span { border-color: rgb(10,65,9); }

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