#0B4811

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

Shades of Myrtle #0B4811

Tints of Myrtle #0B4811

Color information

#0B4811 (or 0x0B4811) is unknown color: approx Myrtle. HEX triplet: 0B, 48 and 11. RGB value is (11,72,17). Sum of RGB (Red+Green+Blue) = 11+72+17=100 (13% of max value = 765). Red value is 11 (4.69% from 255 or 11% from 100); Green value is 72 (28.52% from 255 or 72% from 100); Blue value is 17 (7.03% from 255 or 17% from 100); Max value from RGB is 72 - color contains mainly: green. Hex color #0B4811 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B4811 is #F4B7EE. Grayscale: #2F2F2F. Windows color (decimal): -16037871 or 1132555. OLE color: 1132555.

HSL color Cylindrical-coordinate representation of color #0B4811: hue angle of 125.9º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B4811 is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB117217-
CMYK0.8500.760.72
HSL125.9º73.49%16.27%-
HSV(B)125.9º84.72%28.24%-
XYZ2.564.751.31-
YUV47.49110.79101.97-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11%
GREEN value IS 72 (28.52% from 255) = 72%
BLUE value IS 17 (7.03% from 255) = 17%
R=11%
G=72%
B=17%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1172170.8500.760.72125.973.4916.27
HexB48115504C487e4910
Octal1311021125011411017611120
Binary101110010001000110101010100110010010001111110100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,72,17); }

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

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

 a { background-color: rgb(11,72,17); }

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

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

 span { border-color: rgb(11,72,17); }

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