#0B8B40

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

Shades of Salem #0B8B40

Tints of Salem #0B8B40

Color information

#0B8B40 (or 0x0B8B40) is unknown color: approx Salem. HEX triplet: 0B, 8B and 40. RGB value is (11,139,64). Sum of RGB (Red+Green+Blue) = 11+139+64=214 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.14% from 214); Green value is 139 (54.69% from 255 or 64.95% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 139 - color contains mainly: green. Hex color #0B8B40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B8B40 is #F474BF. Grayscale: #5C5C5C. Windows color (decimal): -16020672 or 4229899. OLE color: 4229899.

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

Color convert

RGB1113964-
CMYK0.9200.540.45
HSL144.84º85.33%29.41%-
HSV(B)144.84º92.09%54.51%-
XYZ10.318.917.96-
YUV92.18112.0970.1-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.14%
GREEN value IS 139 (54.69% from 255) = 64.95%
BLUE value IS 64 (25.39% from 255) = 29.91%
R=5.14%
G=64.95%
B=29.91%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11139640.9200.540.45144.8485.3329.41
HexB8B405C0362D91551d
Octal132131001340665522112535
Binary10111000101110000001011100011011010110110010001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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