#0A2600

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

Shades of Myrtle #0A2600

Tints of Myrtle #0A2600

Color information

#0A2600 (or 0x0A2600) is unknown color: approx Myrtle. HEX triplet: 0A, 26 and 00. RGB value is (10,38,0). Sum of RGB (Red+Green+Blue) = 10+38+0=48 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20.83% from 48); Green value is 38 (15.23% from 255 or 79.17% from 48); Blue value is 0 (0.39% from 255 or 0% from 48); Max value from RGB is 38 - color contains mainly: green. Hex color #0A2600 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2600 is #F5D9FF. Grayscale: #191919. Windows color (decimal): -16112128 or 9738. OLE color: 9738.

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

Color convert

RGB10380-
CMYK0.74010.85
HSL104.21º100%7.45%-
HSV(B)104.21º100%14.9%-
XYZ0.821.450.24-
YUV25.3113.72117.09-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 20.83%
GREEN value IS 38 (15.23% from 255) = 79.17%
BLUE value IS 0 (0.39% from 255) = 0%
R=20.83%
G=79.17%
B=0%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal103800.74010.85104.211007.45
HexA2604A0645568647
Octal1246011201441251501447
Binary10101001100100101001100100101010111010001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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