#0B3104

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

Shades of Myrtle #0B3104

Tints of Myrtle #0B3104

Color information

#0B3104 (or 0x0B3104) is unknown color: approx Myrtle. HEX triplet: 0B, 31 and 04. RGB value is (11,49,4). Sum of RGB (Red+Green+Blue) = 11+49+4=64 (8% of max value = 765). Red value is 11 (4.69% from 255 or 17.19% from 64); Green value is 49 (19.53% from 255 or 76.56% from 64); Blue value is 4 (1.95% from 255 or 6.25% from 64); Max value from RGB is 49 - color contains mainly: green. Hex color #0B3104 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B3104 is #F4CEFB. Grayscale: #202020. Windows color (decimal): -16043772 or 274699. OLE color: 274699.

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

Color convert

RGB11494-
CMYK0.7800.920.81
HSL110.67º84.91%10.39%-
HSV(B)110.67º91.84%19.22%-
XYZ1.262.280.49-
YUV32.51111.91112.66-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 17.19%
GREEN value IS 49 (19.53% from 255) = 76.56%
BLUE value IS 4 (1.95% from 255) = 6.25%
R=17.19%
G=76.56%
B=6.25%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal114940.7800.920.81110.6784.9110.39
HexB3144E05C516f55a
Octal13614116013412115712512
Binary10111100011001001110010111001010001110111110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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