#0B873E

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

Shades of Salem #0B873E

Tints of Salem #0B873E

Color information

#0B873E (or 0x0B873E) is unknown color: approx Salem. HEX triplet: 0B, 87 and 3E. RGB value is (11,135,62). Sum of RGB (Red+Green+Blue) = 11+135+62=208 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.29% from 208); Green value is 135 (53.12% from 255 or 64.90% from 208); Blue value is 62 (24.61% from 255 or 29.81% from 208); Max value from RGB is 135 - color contains mainly: green. Hex color #0B873E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B873E is #F478C1. Grayscale: #595959. Windows color (decimal): -16021698 or 4097803. OLE color: 4097803.

HSL color Cylindrical-coordinate representation of color #0B873E: hue angle of 144.68º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B873E is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB1113562-
CMYK0.9200.540.47
HSL144.68º84.93%28.63%-
HSV(B)144.68º91.85%52.94%-
XYZ9.6717.757.47-
YUV89.6112.4271.94-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.29%
GREEN value IS 135 (53.12% from 255) = 64.90%
BLUE value IS 62 (24.61% from 255) = 29.81%
R=5.29%
G=64.90%
B=29.81%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11135620.9200.540.47144.6884.9328.63
HexB873E5C0362F91551d
Octal13207761340665722112535
Binary1011100001111111101011100011011010111110010001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B873E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,135,62); }

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

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

 a { background-color: rgb(11,135,62); }

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

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

 span { border-color: rgb(11,135,62); }

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