#0A4704

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

Shades of Myrtle #0A4704

Tints of Myrtle #0A4704

Color information

#0A4704 (or 0x0A4704) is unknown color: approx Myrtle. HEX triplet: 0A, 47 and 04. RGB value is (10,71,4). Sum of RGB (Red+Green+Blue) = 10+71+4=85 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.76% from 85); Green value is 71 (28.12% from 255 or 83.53% from 85); Blue value is 4 (1.95% from 255 or 4.71% from 85); Max value from RGB is 71 - color contains mainly: green. Hex color #0A4704 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4704 is #F5B8FB. Grayscale: #2D2D2D. Windows color (decimal): -16103676 or 280330. OLE color: 280330.

HSL color Cylindrical-coordinate representation of color #0A4704: hue angle of 114.63º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A4704 is Cyan = 0.86, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB10714-
CMYK0.8600.940.72
HSL114.63º89.33%14.71%-
HSV(B)114.63º94.37%27.84%-
XYZ2.44.580.87-
YUV45.12104.79102.95-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 11.76%
GREEN value IS 71 (28.12% from 255) = 83.53%
BLUE value IS 4 (1.95% from 255) = 4.71%
R=11.76%
G=83.53%
B=4.71%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal107140.8600.940.72114.6389.3314.71
HexA4745605E487359f
Octal121074126013611016313117
Binary101010001111001010110010111101001000111001110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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