#0B4C0E

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

Shades of Myrtle #0B4C0E

Tints of Myrtle #0B4C0E

Color information

#0B4C0E (or 0x0B4C0E) is unknown color: approx Myrtle. HEX triplet: 0B, 4C and 0E. RGB value is (11,76,14). Sum of RGB (Red+Green+Blue) = 11+76+14=101 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.89% from 101); Green value is 76 (30.08% from 255 or 75.25% from 101); Blue value is 14 (5.86% from 255 or 13.86% from 101); Max value from RGB is 76 - color contains mainly: green. Hex color #0B4C0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B4C0E is #F4B3F1. Grayscale: #313131. Windows color (decimal): -16036850 or 936971. OLE color: 936971.

HSL color Cylindrical-coordinate representation of color #0B4C0E: hue angle of 122.77º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B4C0E is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.70.

Color convert

RGB117614-
CMYK0.8600.820.70
HSL122.77º74.71%17.06%-
HSV(B)122.77º85.53%29.8%-
XYZ2.85.271.29-
YUV49.5107.97100.54-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.89%
GREEN value IS 76 (30.08% from 255) = 75.25%
BLUE value IS 14 (5.86% from 255) = 13.86%
R=10.89%
G=75.25%
B=13.86%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1176140.8600.820.70122.7774.7117.06
HexB4CE56052467b4b11
Octal1311416126012210617311321
Binary10111001100111010101100101001010001101111011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,76,14); }

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

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

 a { background-color: rgb(11,76,14); }

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

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

 span { border-color: rgb(11,76,14); }

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