#0B8250

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

Shades of Salem #0B8250

Tints of Salem #0B8250

Color information

#0B8250 (or 0x0B8250) is unknown color: approx Salem. HEX triplet: 0B, 82 and 50. RGB value is (11,130,80). Sum of RGB (Red+Green+Blue) = 11+130+80=221 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.98% from 221); Green value is 130 (51.17% from 255 or 58.82% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 130 - color contains mainly: green. Hex color #0B8250 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8250 is #F47DAF. Grayscale: #585858. Windows color (decimal): -16022960 or 5276171. OLE color: 5276171.

HSL color Cylindrical-coordinate representation of color #0B8250: hue angle of 154.79º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8250 is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB1113080-
CMYK0.9200.380.49
HSL154.79º84.4%27.65%-
HSV(B)154.79º91.54%50.98%-
XYZ9.5716.6210.29-
YUV88.72123.0872.57-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.98%
GREEN value IS 130 (51.17% from 255) = 58.82%
BLUE value IS 80 (31.64% from 255) = 36.20%
R=4.98%
G=58.82%
B=36.20%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11130800.9200.380.49154.7984.427.65
HexB82505C026319b541c
Octal132021201340466123312434
Binary10111000001010100001011100010011011000110011011101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,130,80); }

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

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

 a { background-color: rgb(11,130,80); }

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

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

 span { border-color: rgb(11,130,80); }

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