#0A4009

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

Shades of Myrtle #0A4009

Tints of Myrtle #0A4009

Color information

#0A4009 (or 0x0A4009) is unknown color: approx Myrtle. HEX triplet: 0A, 40 and 09. RGB value is (10,64,9). Sum of RGB (Red+Green+Blue) = 10+64+9=83 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.05% from 83); Green value is 64 (25.39% from 255 or 77.11% from 83); Blue value is 9 (3.91% from 255 or 10.84% from 83); Max value from RGB is 64 - color contains mainly: green. Hex color #0A4009 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4009 is #F5BFF6. Grayscale: #292929. Windows color (decimal): -16105463 or 606218. OLE color: 606218.

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

Color convert

RGB10649-
CMYK0.8400.860.75
HSL118.91º75.34%14.31%-
HSV(B)118.91º85.94%25.1%-
XYZ2.013.750.88-
YUV41.58109.61105.47-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 12.05%
GREEN value IS 64 (25.39% from 255) = 77.11%
BLUE value IS 9 (3.91% from 255) = 10.84%
R=12.05%
G=77.11%
B=10.84%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal106490.8400.860.75118.9175.3414.31
HexA409540564B774be
Octal1210011124012611316711316
Binary1010100000010011010100010101101001011111011110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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