#0B8B50

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

Shades of Salem #0B8B50

Tints of Salem #0B8B50

Color information

#0B8B50 (or 0x0B8B50) is unknown color: approx Salem. HEX triplet: 0B, 8B and 50. RGB value is (11,139,80). Sum of RGB (Red+Green+Blue) = 11+139+80=230 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.78% from 230); Green value is 139 (54.69% from 255 or 60.43% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 139 - color contains mainly: green. Hex color #0B8B50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8B50 is #F474AF. Grayscale: #5E5E5E. Windows color (decimal): -16020656 or 5278475. OLE color: 5278475.

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

Color convert

RGB1113980-
CMYK0.9200.420.45
HSL152.34º85.33%29.41%-
HSV(B)152.34º92.09%54.51%-
XYZ10.8219.1210.71-
YUV94120.0968.8-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.78%
GREEN value IS 139 (54.69% from 255) = 60.43%
BLUE value IS 80 (31.64% from 255) = 34.78%
R=4.78%
G=60.43%
B=34.78%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11139800.9200.420.45152.3485.3329.41
HexB8B505C02A2D98551d
Octal132131201340525523012535
Binary10111000101110100001011100010101010110110011000101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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