#0A2603

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

Shades of Myrtle #0A2603

Tints of Myrtle #0A2603

Color information

#0A2603 (or 0x0A2603) is unknown color: approx Myrtle. HEX triplet: 0A, 26 and 03. RGB value is (10,38,3). Sum of RGB (Red+Green+Blue) = 10+38+3=51 (6% of max value = 765). Red value is 10 (4.30% from 255 or 19.61% from 51); Green value is 38 (15.23% from 255 or 74.51% from 51); Blue value is 3 (1.56% from 255 or 5.88% from 51); Max value from RGB is 38 - color contains mainly: green. Hex color #0A2603 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2603 is #F5D9FC. Grayscale: #191919. Windows color (decimal): -16112125 or 206346. OLE color: 206346.

HSL color Cylindrical-coordinate representation of color #0A2603: hue angle of 108º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A2603 is Cyan = 0.74, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.85.

Color convert

RGB10383-
CMYK0.7400.920.85
HSL108º85.37%8.04%-
HSV(B)108º92.11%14.9%-
XYZ0.831.460.32-
YUV25.64115.22116.85-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 19.61%
GREEN value IS 38 (15.23% from 255) = 74.51%
BLUE value IS 3 (1.56% from 255) = 5.88%
R=19.61%
G=74.51%
B=5.88%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal103830.7400.920.8510885.378.04
HexA2634A05C556c558
Octal12463112013412515412510
Binary1010100110111001010010111001010101110110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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