#0B4913

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

Shades of Myrtle #0B4913

Tints of Myrtle #0B4913

Color information

#0B4913 (or 0x0B4913) is unknown color: approx Myrtle. HEX triplet: 0B, 49 and 13. RGB value is (11,73,19). Sum of RGB (Red+Green+Blue) = 11+73+19=103 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.68% from 103); Green value is 73 (28.91% from 255 or 70.87% from 103); Blue value is 19 (7.81% from 255 or 18.45% from 103); Max value from RGB is 73 - color contains mainly: green. Hex color #0B4913 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B4913 is #F4B6EC. Grayscale: #303030. Windows color (decimal): -16037613 or 1263883. OLE color: 1263883.

HSL color Cylindrical-coordinate representation of color #0B4913: hue angle of 127.74º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B4913 is Cyan = 0.85, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.71.

Color convert

RGB117319-
CMYK0.8500.740.71
HSL127.74º73.81%16.47%-
HSV(B)127.74º84.93%28.63%-
XYZ2.644.881.42-
YUV48.31111.46101.39-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.68%
GREEN value IS 73 (28.91% from 255) = 70.87%
BLUE value IS 19 (7.81% from 255) = 18.45%
R=10.68%
G=70.87%
B=18.45%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1173190.8500.740.71127.7473.8116.47
HexB49135504A47804a10
Octal1311123125011210720011220
Binary1011100100110011101010101001010100011110000000100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,73,19); }

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

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

 a { background-color: rgb(11,73,19); }

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

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

 span { border-color: rgb(11,73,19); }

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