#0B5307

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

Shades of Myrtle #0B5307

Tints of Myrtle #0B5307

Color information

#0B5307 (or 0x0B5307) is unknown color: approx Myrtle. HEX triplet: 0B, 53 and 07. RGB value is (11,83,7). Sum of RGB (Red+Green+Blue) = 11+83+7=101 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.89% from 101); Green value is 83 (32.81% from 255 or 82.18% from 101); Blue value is 7 (3.12% from 255 or 6.93% from 101); Max value from RGB is 83 - color contains mainly: green. Hex color #0B5307 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B5307 is #F4ACF8. Grayscale: #353535. Windows color (decimal): -16035065 or 480011. OLE color: 480011.

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

Color convert

RGB11837-
CMYK0.8700.920.67
HSL116.84º84.44%17.65%-
HSV(B)116.84º91.57%32.55%-
XYZ3.276.271.24-
YUV52.81102.1598.18-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.89%
GREEN value IS 83 (32.81% from 255) = 82.18%
BLUE value IS 7 (3.12% from 255) = 6.93%
R=10.89%
G=82.18%
B=6.93%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal118370.8700.920.67116.8484.4417.65
HexB5375705C43755412
Octal131237127013410316512422
Binary1011101001111110101110101110010000111110101101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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