#0A590C

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

Shades of Myrtle #0A590C

Tints of Myrtle #0A590C

Color information

#0A590C (or 0x0A590C) is unknown color: approx Myrtle. HEX triplet: 0A, 59 and 0C. RGB value is (10,89,12). Sum of RGB (Red+Green+Blue) = 10+89+12=111 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.01% from 111); Green value is 89 (35.16% from 255 or 80.18% from 111); Blue value is 12 (5.08% from 255 or 10.81% from 111); Max value from RGB is 89 - color contains mainly: green. Hex color #0A590C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A590C is #F5A6F3. Grayscale: #383838. Windows color (decimal): -16099060 or 809226. OLE color: 809226.

HSL color Cylindrical-coordinate representation of color #0A590C: hue angle of 121.52º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A590C is Cyan = 0.89, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.65.

Color convert

RGB108912-
CMYK0.8900.870.65
HSL121.52º79.8%19.41%-
HSV(B)121.52º88.76%34.9%-
XYZ3.767.241.55-
YUV56.6102.8394.76-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.01%
GREEN value IS 89 (35.16% from 255) = 80.18%
BLUE value IS 12 (5.08% from 255) = 10.81%
R=9.01%
G=80.18%
B=10.81%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1089120.8900.870.65121.5279.819.41
HexA59C59057417a5013
Octal1213114131012710117212023
Binary10101011001110010110010101011110000011111010101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A590C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,89,12); }

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

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

 a { background-color: rgb(10,89,12); }

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

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

 span { border-color: rgb(10,89,12); }

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