#0A5004

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

Shades of Myrtle #0A5004

Tints of Myrtle #0A5004

Color information

#0A5004 (or 0x0A5004) is unknown color: approx Myrtle. HEX triplet: 0A, 50 and 04. RGB value is (10,80,4). Sum of RGB (Red+Green+Blue) = 10+80+4=94 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.64% from 94); Green value is 80 (31.64% from 255 or 85.11% from 94); Blue value is 4 (1.95% from 255 or 4.26% from 94); Max value from RGB is 80 - color contains mainly: green. Hex color #0A5004 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5004 is #F5AFFB. Grayscale: #323232. Windows color (decimal): -16101372 or 282634. OLE color: 282634.

HSL color Cylindrical-coordinate representation of color #0A5004: hue angle of 115.26º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A5004 is Cyan = 0.87, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.69.

Color convert

RGB10804-
CMYK0.8700.950.69
HSL115.26º90.48%16.47%-
HSV(B)115.26º95%31.37%-
XYZ3.025.811.08-
YUV50.41101.8199.18-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.64%
GREEN value IS 80 (31.64% from 255) = 85.11%
BLUE value IS 4 (1.95% from 255) = 4.26%
R=10.64%
G=85.11%
B=4.26%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal108040.8700.950.69115.2690.4816.47
HexA5045705F45735a10
Octal121204127013710516313220
Binary1010101000010010101110101111110001011110011101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,80,4); }

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

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

 a { background-color: rgb(10,80,4); }

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

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

 span { border-color: rgb(10,80,4); }

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