#0B5309

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

Shades of Myrtle #0B5309

Tints of Myrtle #0B5309

Color information

#0B5309 (or 0x0B5309) is unknown color: approx Myrtle. HEX triplet: 0B, 53 and 09. RGB value is (11,83,9). Sum of RGB (Red+Green+Blue) = 11+83+9=103 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.68% from 103); Green value is 83 (32.81% from 255 or 80.58% from 103); Blue value is 9 (3.91% from 255 or 8.74% from 103); Max value from RGB is 83 - color contains mainly: green. Hex color #0B5309 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B5309 is #F4ACF6. Grayscale: #353535. Windows color (decimal): -16035063 or 611083. OLE color: 611083.

HSL color Cylindrical-coordinate representation of color #0B5309: hue angle of 118.38º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B5309 is Cyan = 0.87, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB11839-
CMYK0.8700.890.67
HSL118.38º80.43%18.04%-
HSV(B)118.38º89.16%32.55%-
XYZ3.286.281.3-
YUV53.04103.1598.02-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.68%
GREEN value IS 83 (32.81% from 255) = 80.58%
BLUE value IS 9 (3.91% from 255) = 8.74%
R=10.68%
G=80.58%
B=8.74%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal118390.8700.890.67118.3880.4318.04
HexB5395705943765012
Octal1312311127013110316612022
Binary10111010011100110101110101100110000111110110101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,83,9); }

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

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

 a { background-color: rgb(11,83,9); }

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

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

 span { border-color: rgb(11,83,9); }

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