#0B834E

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

Shades of Salem #0B834E

Tints of Salem #0B834E

Color information

#0B834E (or 0x0B834E) is unknown color: approx Salem. HEX triplet: 0B, 83 and 4E. RGB value is (11,131,78). Sum of RGB (Red+Green+Blue) = 11+131+78=220 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5% from 220); Green value is 131 (51.56% from 255 or 59.55% from 220); Blue value is 78 (30.86% from 255 or 35.45% from 220); Max value from RGB is 131 - color contains mainly: green. Hex color #0B834E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B834E is #F47CB1. Grayscale: #595959. Windows color (decimal): -16022706 or 5145355. OLE color: 5145355.

HSL color Cylindrical-coordinate representation of color #0B834E: hue angle of 153.5º degrees, saturation: 0.85, 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 #0B834E is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB1113178-
CMYK0.9200.400.49
HSL153.5º84.51%27.84%-
HSV(B)153.5º91.6%51.37%-
XYZ9.6316.859.95-
YUV89.08121.7472.31-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5%
GREEN value IS 131 (51.56% from 255) = 59.55%
BLUE value IS 78 (30.86% from 255) = 35.45%
R=5%
G=59.55%
B=35.45%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11131780.9200.400.49153.584.5127.84
HexB834E5C028319a551c
Octal132031161340506123212534
Binary10111000001110011101011100010100011000110011010101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B834E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,131,78); }

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

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

 a { background-color: rgb(11,131,78); }

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

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

 span { border-color: rgb(11,131,78); }

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