#0B3406

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

Shades of Myrtle #0B3406

Tints of Myrtle #0B3406

Color information

#0B3406 (or 0x0B3406) is unknown color: approx Myrtle. HEX triplet: 0B, 34 and 06. RGB value is (11,52,6). Sum of RGB (Red+Green+Blue) = 11+52+6=69 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.94% from 69); Green value is 52 (20.70% from 255 or 75.36% from 69); Blue value is 6 (2.73% from 255 or 8.70% from 69); Max value from RGB is 52 - color contains mainly: green. Hex color #0B3406 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B3406 is #F4CBF9. Grayscale: #222222. Windows color (decimal): -16043002 or 406539. OLE color: 406539.

HSL color Cylindrical-coordinate representation of color #0B3406: hue angle of 113.48º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B3406 is Cyan = 0.79, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.80.

Color convert

RGB11526-
CMYK0.7900.880.80
HSL113.48º79.31%11.37%-
HSV(B)113.48º88.46%20.39%-
XYZ1.42.540.59-
YUV34.5111.92111.24-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 15.94%
GREEN value IS 52 (20.70% from 255) = 75.36%
BLUE value IS 6 (2.73% from 255) = 8.70%
R=15.94%
G=75.36%
B=8.70%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal115260.7900.880.80113.4879.3111.37
HexB3464F05850714fb
Octal13646117013012016111713
Binary10111101001101001111010110001010000111000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,52,6); }

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

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

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

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

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

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

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