#0A5601

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

Shades of Myrtle #0A5601

Tints of Myrtle #0A5601

Color information

#0A5601 (or 0x0A5601) is unknown color: approx Myrtle. HEX triplet: 0A, 56 and 01. RGB value is (10,86,1). Sum of RGB (Red+Green+Blue) = 10+86+1=97 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.31% from 97); Green value is 86 (33.98% from 255 or 88.66% from 97); Blue value is 1 (0.78% from 255 or 1.03% from 97); Max value from RGB is 86 - color contains mainly: green. Hex color #0A5601 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5601 is #F5A9FE. Grayscale: #353535. Windows color (decimal): -16099839 or 87562. OLE color: 87562.

HSL color Cylindrical-coordinate representation of color #0A5601: hue angle of 113.65º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0A5601 is Cyan = 0.88, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.66.

Color convert

RGB10861-
CMYK0.8800.990.66
HSL113.65º97.7%17.06%-
HSV(B)113.65º98.84%33.73%-
XYZ3.466.721.14-
YUV53.5998.3296.91-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.31%
GREEN value IS 86 (33.98% from 255) = 88.66%
BLUE value IS 1 (0.78% from 255) = 1.03%
R=10.31%
G=88.66%
B=1.03%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal108610.8800.990.66113.6597.717.06
HexA5615806342726211
Octal121261130014310216214221
Binary10101010110110110000110001110000101110010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,86,1); }

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

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

 a { background-color: rgb(10,86,1); }

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

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

 span { border-color: rgb(10,86,1); }

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