#0B3304

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

Shades of Myrtle #0B3304

Tints of Myrtle #0B3304

Color information

#0B3304 (or 0x0B3304) is unknown color: approx Myrtle. HEX triplet: 0B, 33 and 04. RGB value is (11,51,4). Sum of RGB (Red+Green+Blue) = 11+51+4=66 (8% of max value = 765). Red value is 11 (4.69% from 255 or 16.67% from 66); Green value is 51 (20.31% from 255 or 77.27% from 66); Blue value is 4 (1.95% from 255 or 6.06% from 66); Max value from RGB is 51 - color contains mainly: green. Hex color #0B3304 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B3304 is #F4CCFB. Grayscale: #212121. Windows color (decimal): -16043260 or 275211. OLE color: 275211.

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

Color convert

RGB11514-
CMYK0.7800.920.8
HSL111.06º85.45%10.78%-
HSV(B)111.06º92.16%20%-
XYZ1.342.450.52-
YUV33.68111.25111.82-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 16.67%
GREEN value IS 51 (20.31% from 255) = 77.27%
BLUE value IS 4 (1.95% from 255) = 6.06%
R=16.67%
G=77.27%
B=6.06%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal115140.7800.920.8111.0685.4510.78
HexB3344E05C506f55b
Octal13634116013412015712513
Binary10111100111001001110010111001010000110111110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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