#0B8B4A

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

Shades of Salem #0B8B4A

Tints of Salem #0B8B4A

Color information

#0B8B4A (or 0x0B8B4A) is unknown color: approx Salem. HEX triplet: 0B, 8B and 4A. RGB value is (11,139,74). Sum of RGB (Red+Green+Blue) = 11+139+74=224 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.91% from 224); Green value is 139 (54.69% from 255 or 62.05% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 139 - color contains mainly: green. Hex color #0B8B4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B8B4A is #F474B5. Grayscale: #5D5D5D. Windows color (decimal): -16020662 or 4885259. OLE color: 4885259.

HSL color Cylindrical-coordinate representation of color #0B8B4A: hue angle of 149.53º 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 #0B8B4A is Cyan = 0.92, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB1113974-
CMYK0.9200.470.45
HSL149.53º85.33%29.41%-
HSV(B)149.53º92.09%54.51%-
XYZ10.6119.039.59-
YUV93.32117.0969.29-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.91%
GREEN value IS 139 (54.69% from 255) = 62.05%
BLUE value IS 74 (29.30% from 255) = 33.04%
R=4.91%
G=62.05%
B=33.04%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11139740.9200.470.45149.5385.3329.41
HexB8B4A5C02F2D96551d
Octal132131121340575522612535
Binary10111000101110010101011100010111110110110010110101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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