#0B4313

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

Shades of Myrtle #0B4313

Tints of Myrtle #0B4313

Color information

#0B4313 (or 0x0B4313) is unknown color: approx Myrtle. HEX triplet: 0B, 43 and 13. RGB value is (11,67,19). Sum of RGB (Red+Green+Blue) = 11+67+19=97 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.34% from 97); Green value is 67 (26.56% from 255 or 69.07% from 97); Blue value is 19 (7.81% from 255 or 19.59% from 97); Max value from RGB is 67 - color contains mainly: green. Hex color #0B4313 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B4313 is #F4BCEC. Grayscale: #2C2C2C. Windows color (decimal): -16039149 or 1262347. OLE color: 1262347.

HSL color Cylindrical-coordinate representation of color #0B4313: hue angle of 128.57º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B4313 is Cyan = 0.84, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.74.

Color convert

RGB116719-
CMYK0.8400.720.74
HSL128.57º71.79%15.29%-
HSV(B)128.57º83.58%26.27%-
XYZ2.264.131.29-
YUV44.78113.45103.9-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11.34%
GREEN value IS 67 (26.56% from 255) = 69.07%
BLUE value IS 19 (7.81% from 255) = 19.59%
R=11.34%
G=69.07%
B=19.59%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1167190.8400.720.74128.5771.7915.29
HexB4313540484A8148f
Octal1310323124011011220111017
Binary101110000111001110101000100100010010101000000110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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