#0B4E10

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

Shades of Myrtle #0B4E10

Tints of Myrtle #0B4E10

Color information

#0B4E10 (or 0x0B4E10) is unknown color: approx Myrtle. HEX triplet: 0B, 4E and 10. RGB value is (11,78,16). Sum of RGB (Red+Green+Blue) = 11+78+16=105 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.48% from 105); Green value is 78 (30.86% from 255 or 74.29% from 105); Blue value is 16 (6.64% from 255 or 15.24% from 105); Max value from RGB is 78 - color contains mainly: green. Hex color #0B4E10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B4E10 is #F4B1EF. Grayscale: #333333. Windows color (decimal): -16036336 or 1068555. OLE color: 1068555.

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

Color convert

RGB117816-
CMYK0.8600.790.69
HSL124.48º75.28%17.45%-
HSV(B)124.48º85.9%30.59%-
XYZ2.965.561.41-
YUV50.9108.399.54-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.48%
GREEN value IS 78 (30.86% from 255) = 74.29%
BLUE value IS 16 (6.64% from 255) = 15.24%
R=10.48%
G=74.29%
B=15.24%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1178160.8600.790.69124.4875.2817.45
HexB4E105604F457c4b11
Octal1311620126011710517411321
Binary101110011101000010101100100111110001011111100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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