#0B8D52

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

Shades of Salem #0B8D52

Tints of Salem #0B8D52

Color information

#0B8D52 (or 0x0B8D52) is unknown color: approx Salem. HEX triplet: 0B, 8D and 52. RGB value is (11,141,82). Sum of RGB (Red+Green+Blue) = 11+141+82=234 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.70% from 234); Green value is 141 (55.47% from 255 or 60.26% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 141 - color contains mainly: green. Hex color #0B8D52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8D52 is #F472AD. Grayscale: #5F5F5F. Windows color (decimal): -16020142 or 5410059. OLE color: 5410059.

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

Color convert

RGB1114182-
CMYK0.9200.420.45
HSL152.77º85.53%29.8%-
HSV(B)152.77º92.2%55.29%-
XYZ11.1919.7311.2-
YUV95.4120.4367.8-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.70%
GREEN value IS 141 (55.47% from 255) = 60.26%
BLUE value IS 82 (32.42% from 255) = 35.04%
R=4.70%
G=60.26%
B=35.04%

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
Decimal11141820.9200.420.45152.7785.5329.8
HexB8D525C02A2D99561e
Octal132151221340525523112636
Binary10111000110110100101011100010101010110110011001101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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