#0B3806

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

Shades of Myrtle #0B3806

Tints of Myrtle #0B3806

Color information

#0B3806 (or 0x0B3806) is unknown color: approx Myrtle. HEX triplet: 0B, 38 and 06. RGB value is (11,56,6). Sum of RGB (Red+Green+Blue) = 11+56+6=73 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.07% from 73); Green value is 56 (22.27% from 255 or 76.71% from 73); Blue value is 6 (2.73% from 255 or 8.22% from 73); Max value from RGB is 56 - color contains mainly: green. Hex color #0B3806 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B3806 is #F4C7F9. Grayscale: #242424. Windows color (decimal): -16041978 or 407563. OLE color: 407563.

HSL color Cylindrical-coordinate representation of color #0B3806: hue angle of 114º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B3806 is Cyan = 0.80, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.78.

Color convert

RGB11566-
CMYK0.8000.890.78
HSL114º80.65%12.16%-
HSV(B)114º89.29%21.96%-
XYZ1.592.910.65-
YUV36.84110.59109.57-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 15.07%
GREEN value IS 56 (22.27% from 255) = 76.71%
BLUE value IS 6 (2.73% from 255) = 8.22%
R=15.07%
G=76.71%
B=8.22%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal115660.8000.890.7811480.6512.16
HexB386500594E7251c
Octal13706120013111616212114
Binary10111110001101010000010110011001110111001010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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