#0B3706

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

Shades of Myrtle #0B3706

Tints of Myrtle #0B3706

Color information

#0B3706 (or 0x0B3706) is unknown color: approx Myrtle. HEX triplet: 0B, 37 and 06. RGB value is (11,55,6). Sum of RGB (Red+Green+Blue) = 11+55+6=72 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.28% from 72); Green value is 55 (21.88% from 255 or 76.39% from 72); Blue value is 6 (2.73% from 255 or 8.33% from 72); Max value from RGB is 55 - color contains mainly: green. Hex color #0B3706 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B3706 is #F4C8F9. Grayscale: #242424. Windows color (decimal): -16042234 or 407307. OLE color: 407307.

HSL color Cylindrical-coordinate representation of color #0B3706: hue angle of 113.88º degrees, saturation: 0.8, 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 #0B3706 is Cyan = 0.8, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.78.

Color convert

RGB11556-
CMYK0.800.890.78
HSL113.88º80.33%11.96%-
HSV(B)113.88º89.09%21.57%-
XYZ1.542.820.63-
YUV36.26110.92109.98-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 15.28%
GREEN value IS 55 (21.88% from 255) = 76.39%
BLUE value IS 6 (2.73% from 255) = 8.33%
R=15.28%
G=76.39%
B=8.33%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal115560.800.890.78113.8880.3311.96
HexB376500594E7250c
Octal13676120013111616212014
Binary10111101111101010000010110011001110111001010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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