#0B8D40

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

Shades of Salem #0B8D40

Tints of Salem #0B8D40

Color information

#0B8D40 (or 0x0B8D40) is unknown color: approx Salem. HEX triplet: 0B, 8D and 40. RGB value is (11,141,64). Sum of RGB (Red+Green+Blue) = 11+141+64=216 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.09% from 216); Green value is 141 (55.47% from 255 or 65.28% from 216); Blue value is 64 (25.39% from 255 or 29.63% from 216); Max value from RGB is 141 - color contains mainly: green. Hex color #0B8D40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B8D40 is #F472BF. Grayscale: #5D5D5D. Windows color (decimal): -16020160 or 4230411. OLE color: 4230411.

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

Color convert

RGB1114164-
CMYK0.9200.550.45
HSL144.46º85.53%29.8%-
HSV(B)144.46º92.2%55.29%-
XYZ10.5919.498.05-
YUV93.35111.4369.26-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.09%
GREEN value IS 141 (55.47% from 255) = 65.28%
BLUE value IS 64 (25.39% from 255) = 29.63%
R=5.09%
G=65.28%
B=29.63%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11141640.9200.550.45144.4685.5329.8
HexB8D405C0372D90561e
Octal132151001340675522012636
Binary10111000110110000001011100011011110110110010000101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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