#0B3307

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

Shades of Myrtle #0B3307

Tints of Myrtle #0B3307

Color information

#0B3307 (or 0x0B3307) is unknown color: approx Myrtle. HEX triplet: 0B, 33 and 07. RGB value is (11,51,7). Sum of RGB (Red+Green+Blue) = 11+51+7=69 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.94% from 69); Green value is 51 (20.31% from 255 or 73.91% from 69); Blue value is 7 (3.12% from 255 or 10.14% from 69); Max value from RGB is 51 - color contains mainly: green. Hex color #0B3307 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B3307 is #F4CCF8. Grayscale: #222222. Windows color (decimal): -16043257 or 471819. OLE color: 471819.

HSL color Cylindrical-coordinate representation of color #0B3307: hue angle of 114.55º degrees, saturation: 0.76, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B3307 is Cyan = 0.78, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.8.

Color convert

RGB11517-
CMYK0.7800.860.8
HSL114.55º75.86%11.37%-
HSV(B)114.55º86.27%20%-
XYZ1.362.450.6-
YUV34.02112.75111.58-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 15.94%
GREEN value IS 51 (20.31% from 255) = 73.91%
BLUE value IS 7 (3.12% from 255) = 10.14%
R=15.94%
G=73.91%
B=10.14%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal115170.7800.860.8114.5575.8611.37
HexB3374E05650734cb
Octal13637116012612016311413
Binary10111100111111001110010101101010000111001110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,51,7); }

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

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

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

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

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

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

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