#0B1E0A

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

Shades of Myrtle #0B1E0A

Tints of Myrtle #0B1E0A

Color information

#0B1E0A (or 0x0B1E0A) is unknown color: approx Myrtle. HEX triplet: 0B, 1E and 0A. RGB value is (11,30,10). Sum of RGB (Red+Green+Blue) = 11+30+10=51 (6% of max value = 765). Red value is 11 (4.69% from 255 or 21.57% from 51); Green value is 30 (12.11% from 255 or 58.82% from 51); Blue value is 10 (4.30% from 255 or 19.61% from 51); Max value from RGB is 30 - color contains mainly: green. Hex color #0B1E0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1E0A is #F4E1F5. Grayscale: #161616. Windows color (decimal): -16048630 or 663051. OLE color: 663051.

HSL color Cylindrical-coordinate representation of color #0B1E0A: hue angle of 117º degrees, saturation: 0.5, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0B1E0A is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.88.

Color convert

RGB113010-
CMYK0.6300.670.88
HSL117º50%7.84%-
HSV(B)117º66.67%11.76%-
XYZ0.661.020.45-
YUV22.04121.21120.13-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 21.57%
GREEN value IS 30 (12.11% from 255) = 58.82%
BLUE value IS 10 (4.30% from 255) = 19.61%
R=21.57%
G=58.82%
B=19.61%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1130100.6300.670.88117507.84
HexB1EA3F0435875328
Octal1336127701031301656210
Binary101111110101011111101000011101100011101011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,30,10); }

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

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

 a { background-color: rgb(11,30,10); }

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

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

 span { border-color: rgb(11,30,10); }

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