#0B4412

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

Shades of Myrtle #0B4412

Tints of Myrtle #0B4412

Color information

#0B4412 (or 0x0B4412) is unknown color: approx Myrtle. HEX triplet: 0B, 44 and 12. RGB value is (11,68,18). Sum of RGB (Red+Green+Blue) = 11+68+18=97 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.34% from 97); Green value is 68 (26.95% from 255 or 70.10% from 97); Blue value is 18 (7.42% from 255 or 18.56% from 97); Max value from RGB is 68 - color contains mainly: green. Hex color #0B4412 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B4412 is #F4BBED. Grayscale: #2D2D2D. Windows color (decimal): -16038894 or 1197067. OLE color: 1197067.

HSL color Cylindrical-coordinate representation of color #0B4412: hue angle of 127.37º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B4412 is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB116818-
CMYK0.8400.740.73
HSL127.37º72.15%15.49%-
HSV(B)127.37º83.82%26.67%-
XYZ2.314.251.27-
YUV45.26112.62103.57-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11.34%
GREEN value IS 68 (26.95% from 255) = 70.10%
BLUE value IS 18 (7.42% from 255) = 18.56%
R=11.34%
G=70.10%
B=18.56%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1168180.8400.740.73127.3772.1515.49
HexB44125404A497f48f
Octal1310422124011211117711017
Binary10111000100100101010100010010101001001111111110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,68,18); }

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

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

 a { background-color: rgb(11,68,18); }

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

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

 span { border-color: rgb(11,68,18); }

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