#0B4C10

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

Shades of Myrtle #0B4C10

Tints of Myrtle #0B4C10

Color information

#0B4C10 (or 0x0B4C10) is unknown color: approx Myrtle. HEX triplet: 0B, 4C and 10. RGB value is (11,76,16). Sum of RGB (Red+Green+Blue) = 11+76+16=103 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.68% from 103); Green value is 76 (30.08% from 255 or 73.79% from 103); Blue value is 16 (6.64% from 255 or 15.53% from 103); Max value from RGB is 76 - color contains mainly: green. Hex color #0B4C10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B4C10 is #F4B3EF. Grayscale: #313131. Windows color (decimal): -16036848 or 1068043. OLE color: 1068043.

HSL color Cylindrical-coordinate representation of color #0B4C10: hue angle of 124.62º 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 #0B4C10 is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.70.

Color convert

RGB117616-
CMYK0.8600.790.70
HSL124.62º74.71%17.06%-
HSV(B)124.62º85.53%29.8%-
XYZ2.825.281.36-
YUV49.72108.97100.38-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.68%
GREEN value IS 76 (30.08% from 255) = 73.79%
BLUE value IS 16 (6.64% from 255) = 15.53%
R=10.68%
G=73.79%
B=15.53%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1176160.8600.790.70124.6274.7117.06
HexB4C105604F467d4b11
Octal1311420126011710617511321
Binary101110011001000010101100100111110001101111101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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