#0A3701

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

Shades of Myrtle #0A3701

Tints of Myrtle #0A3701

Color information

#0A3701 (or 0x0A3701) is unknown color: approx Myrtle. HEX triplet: 0A, 37 and 01. RGB value is (10,55,1). Sum of RGB (Red+Green+Blue) = 10+55+1=66 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.15% from 66); Green value is 55 (21.88% from 255 or 83.33% from 66); Blue value is 1 (0.78% from 255 or 1.52% from 66); Max value from RGB is 55 - color contains mainly: green. Hex color #0A3701 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3701 is #F5C8FE. Grayscale: #232323. Windows color (decimal): -16107775 or 79626. OLE color: 79626.

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

Color convert

RGB10551-
CMYK0.8200.980.78
HSL110º96.43%10.98%-
HSV(B)110º98.18%21.57%-
XYZ1.52.80.49-
YUV35.39108.59109.89-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 15.15%
GREEN value IS 55 (21.88% from 255) = 83.33%
BLUE value IS 1 (0.78% from 255) = 1.52%
R=15.15%
G=83.33%
B=1.52%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal105510.8200.980.7811096.4310.98
HexA371520624E6e60b
Octal12671122014211615614013
Binary101011011111010010011000101001110110111011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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