#0A5301

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

Shades of Myrtle #0A5301

Tints of Myrtle #0A5301

Color information

#0A5301 (or 0x0A5301) is unknown color: approx Myrtle. HEX triplet: 0A, 53 and 01. RGB value is (10,83,1). Sum of RGB (Red+Green+Blue) = 10+83+1=94 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.64% from 94); Green value is 83 (32.81% from 255 or 88.30% from 94); Blue value is 1 (0.78% from 255 or 1.06% from 94); Max value from RGB is 83 - color contains mainly: green. Hex color #0A5301 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5301 is #F5ACFE. Grayscale: #343434. Windows color (decimal): -16100607 or 86794. OLE color: 86794.

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

Color convert

RGB10831-
CMYK0.8800.990.67
HSL113.41º97.62%16.47%-
HSV(B)113.41º98.8%32.55%-
XYZ3.226.251.07-
YUV51.8299.3298.17-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.64%
GREEN value IS 83 (32.81% from 255) = 88.30%
BLUE value IS 1 (0.78% from 255) = 1.06%
R=10.64%
G=88.30%
B=1.06%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal108310.8800.990.67113.4197.6216.47
HexA5315806343716210
Octal121231130014310316114220
Binary10101010011110110000110001110000111110001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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