#0B5112

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

Shades of Myrtle #0B5112

Tints of Myrtle #0B5112

Color information

#0B5112 (or 0x0B5112) is unknown color: approx Myrtle. HEX triplet: 0B, 51 and 12. RGB value is (11,81,18). Sum of RGB (Red+Green+Blue) = 11+81+18=110 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10% from 110); Green value is 81 (32.03% from 255 or 73.64% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 81 - color contains mainly: green. Hex color #0B5112 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B5112 is #F4AEED. Grayscale: #353535. Windows color (decimal): -16035566 or 1200395. OLE color: 1200395.

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

Color convert

RGB118118-
CMYK0.8600.780.68
HSL126º76.09%18.04%-
HSV(B)126º86.42%31.76%-
XYZ3.1961.56-
YUV52.89108.3198.12-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10%
GREEN value IS 81 (32.03% from 255) = 73.64%
BLUE value IS 18 (7.42% from 255) = 16.36%
R=10%
G=73.64%
B=16.36%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1181180.8600.780.6812676.0918.04
HexB51125604E447e4c12
Octal1312122126011610417611422
Binary101110100011001010101100100111010001001111110100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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