#0B5014

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

Shades of Myrtle #0B5014

Tints of Myrtle #0B5014

Color information

#0B5014 (or 0x0B5014) is unknown color: approx Myrtle. HEX triplet: 0B, 50 and 14. RGB value is (11,80,20). Sum of RGB (Red+Green+Blue) = 11+80+20=111 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.91% from 111); Green value is 80 (31.64% from 255 or 72.07% from 111); Blue value is 20 (8.20% from 255 or 18.02% from 111); Max value from RGB is 80 - color contains mainly: green. Hex color #0B5014 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B5014 is #F4AFEB. Grayscale: #343434. Windows color (decimal): -16035820 or 1331211. OLE color: 1331211.

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

Color convert

RGB118020-
CMYK0.8600.750.69
HSL127.83º75.82%17.84%-
HSV(B)127.83º86.25%31.37%-
XYZ3.135.861.63-
YUV52.53109.6498.38-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.91%
GREEN value IS 80 (31.64% from 255) = 72.07%
BLUE value IS 20 (8.20% from 255) = 18.02%
R=9.91%
G=72.07%
B=18.02%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1180200.8600.750.69127.8375.8217.84
HexB50145604B45804c12
Octal1312024126011310520011422
Binary1011101000010100101011001001011100010110000000100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,80,20); }

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

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

 a { background-color: rgb(11,80,20); }

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

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

 span { border-color: rgb(11,80,20); }

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