#0A5400

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

Shades of Myrtle #0A5400

Tints of Myrtle #0A5400

Color information

#0A5400 (or 0x0A5400) is unknown color: approx Myrtle. HEX triplet: 0A, 54 and 00. RGB value is (10,84,0). Sum of RGB (Red+Green+Blue) = 10+84+0=94 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.64% from 94); Green value is 84 (33.20% from 255 or 89.36% from 94); Blue value is 0 (0.39% from 255 or 0% from 94); Max value from RGB is 84 - color contains mainly: green. Hex color #0A5400 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5400 is #F5ABFF. Grayscale: #343434. Windows color (decimal): -16100352 or 21514. OLE color: 21514.

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

Color convert

RGB10840-
CMYK0.88010.67
HSL112.86º100%16.47%-
HSV(B)112.86º100%32.94%-
XYZ3.36.411.06-
YUV52.398.4897.83-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.64%
GREEN value IS 84 (33.20% from 255) = 89.36%
BLUE value IS 0 (0.39% from 255) = 0%
R=10.64%
G=89.36%
B=0%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal108400.88010.67112.8610016.47
HexA5405806443716410
Octal121240130014410316114420
Binary10101010100010110000110010010000111110001110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,84,0); }

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

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

 a { background-color: rgb(10,84,0); }

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

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

 span { border-color: rgb(10,84,0); }

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