#0A3703

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

Shades of Myrtle #0A3703

Tints of Myrtle #0A3703

Color information

#0A3703 (or 0x0A3703) is unknown color: approx Myrtle. HEX triplet: 0A, 37 and 03. RGB value is (10,55,3). Sum of RGB (Red+Green+Blue) = 10+55+3=68 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.71% from 68); Green value is 55 (21.88% from 255 or 80.88% from 68); Blue value is 3 (1.56% from 255 or 4.41% from 68); Max value from RGB is 55 - color contains mainly: green. Hex color #0A3703 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3703 is #F5C8FC. Grayscale: #232323. Windows color (decimal): -16107773 or 210698. OLE color: 210698.

HSL color Cylindrical-coordinate representation of color #0A3703: hue angle of 111.92º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A3703 is Cyan = 0.82, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.78.

Color convert

RGB10553-
CMYK0.8200.950.78
HSL111.92º89.66%11.37%-
HSV(B)111.92º94.55%21.57%-
XYZ1.512.80.55-
YUV35.62109.59109.73-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 14.71%
GREEN value IS 55 (21.88% from 255) = 80.88%
BLUE value IS 3 (1.56% from 255) = 4.41%
R=14.71%
G=80.88%
B=4.41%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal105530.8200.950.78111.9289.6611.37
HexA3735205F4E705ab
Octal12673122013711616013213
Binary1010110111111010010010111111001110111000010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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