#0B260A

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

Shades of Myrtle #0B260A

Tints of Myrtle #0B260A

Color information

#0B260A (or 0x0B260A) is unknown color: approx Myrtle. HEX triplet: 0B, 26 and 0A. RGB value is (11,38,10). Sum of RGB (Red+Green+Blue) = 11+38+10=59 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.64% from 59); Green value is 38 (15.23% from 255 or 64.41% from 59); Blue value is 10 (4.30% from 255 or 16.95% from 59); Max value from RGB is 38 - color contains mainly: green. Hex color #0B260A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B260A is #F4D9F5. Grayscale: #1A1A1A. Windows color (decimal): -16046582 or 665099. OLE color: 665099.

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

Color convert

RGB113810-
CMYK0.7100.740.85
HSL117.86º58.33%9.41%-
HSV(B)117.86º73.68%14.9%-
XYZ0.891.480.53-
YUV26.74118.55116.78-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 18.64%
GREEN value IS 38 (15.23% from 255) = 64.41%
BLUE value IS 10 (4.30% from 255) = 16.95%
R=18.64%
G=64.41%
B=16.95%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1138100.7100.740.85117.8658.339.41
HexB26A4704A55763a9
Octal13461210701121251667211
Binary10111001101010100011101001010101010111101101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B260A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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