#0A4703

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

Shades of Myrtle #0A4703

Tints of Myrtle #0A4703

Color information

#0A4703 (or 0x0A4703) is unknown color: approx Myrtle. HEX triplet: 0A, 47 and 03. RGB value is (10,71,3). Sum of RGB (Red+Green+Blue) = 10+71+3=84 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.90% from 84); Green value is 71 (28.12% from 255 or 84.52% from 84); Blue value is 3 (1.56% from 255 or 3.57% from 84); Max value from RGB is 71 - color contains mainly: green. Hex color #0A4703 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4703 is #F5B8FC. Grayscale: #2D2D2D. Windows color (decimal): -16103677 or 214794. OLE color: 214794.

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

Color convert

RGB10713-
CMYK0.8600.960.72
HSL113.82º91.89%14.51%-
HSV(B)113.82º95.77%27.84%-
XYZ2.394.580.84-
YUV45.01104.29103.03-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 11.90%
GREEN value IS 71 (28.12% from 255) = 84.52%
BLUE value IS 3 (1.56% from 255) = 3.57%
R=11.90%
G=84.52%
B=3.57%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal107130.8600.960.72113.8291.8914.51
HexA4735606048725cf
Octal121073126014011016213417
Binary10101000111111010110011000001001000111001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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