#0B260B

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

Shades of Myrtle #0B260B

Tints of Myrtle #0B260B

Color information

#0B260B (or 0x0B260B) is unknown color: approx Myrtle. HEX triplet: 0B, 26 and 0B. RGB value is (11,38,11). Sum of RGB (Red+Green+Blue) = 11+38+11=60 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.33% from 60); Green value is 38 (15.23% from 255 or 63.33% from 60); Blue value is 11 (4.69% from 255 or 18.33% from 60); Max value from RGB is 38 - color contains mainly: green. Hex color #0B260B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B260B is #F4D9F4. Grayscale: #1A1A1A. Windows color (decimal): -16046581 or 730635. OLE color: 730635.

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

Color convert

RGB113811-
CMYK0.7100.710.85
HSL120º55.1%9.61%-
HSV(B)120º71.05%14.9%-
XYZ0.891.480.56-
YUV26.85119.05116.7-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 18.33%
GREEN value IS 38 (15.23% from 255) = 63.33%
BLUE value IS 11 (4.69% from 255) = 18.33%
R=18.33%
G=63.33%
B=18.33%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1138110.7100.710.8512055.19.61
HexB26B47047557837a
Octal13461310701071251706712
Binary10111001101011100011101000111101010111110001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B260B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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