#0B8C46

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

Shades of Salem #0B8C46

Tints of Salem #0B8C46

Color information

#0B8C46 (or 0x0B8C46) is unknown color: approx Salem. HEX triplet: 0B, 8C and 46. RGB value is (11,140,70). Sum of RGB (Red+Green+Blue) = 11+140+70=221 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.98% from 221); Green value is 140 (55.08% from 255 or 63.35% from 221); Blue value is 70 (27.73% from 255 or 31.67% from 221); Max value from RGB is 140 - color contains mainly: green. Hex color #0B8C46 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B8C46 is #F473B9. Grayscale: #5D5D5D. Windows color (decimal): -16020410 or 4623371. OLE color: 4623371.

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

Color convert

RGB1114070-
CMYK0.9200.500.45
HSL147.44º85.43%29.61%-
HSV(B)147.44º92.14%54.9%-
XYZ10.6219.278.95-
YUV93.45114.7669.19-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.98%
GREEN value IS 140 (55.08% from 255) = 63.35%
BLUE value IS 70 (27.73% from 255) = 31.67%
R=4.98%
G=63.35%
B=31.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11140700.9200.500.45147.4485.4329.61
HexB8C465C0322D93551e
Octal132141061340625522312536
Binary10111000110010001101011100011001010110110010011101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,140,70); }

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

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

 a { background-color: rgb(11,140,70); }

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

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

 span { border-color: rgb(11,140,70); }

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